Color Hex Logo

#bd7633 Color Hex

#BD7633
(189,118,51)
0 Favorites   0 Comments

Color spaces of #bd7633

RGB 18911851
HSL0.080.580.47
HSV29°73°74°
CMYK 0.000.380.73   0.26
XYZ28.062224.01476.2882
Yxy24.01470.48080.4115
Hunter Lab49.004816.458226.6954
CIE-Lab56.102522.152147.0077

#bd7633 color RGB value is (189,118,51).

#bd7633 hex color red value is 189, green value is 118 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #bd7633 hue: 0.08 , saturation: 0.58 and the lightness value of bd7633 is 0.47.

The process color (four color CMYK) of #bd7633 color hex is 0.00, 0.38, 0.73, 0.26. Web safe color of #bd7633 is #cc6633. Color #bd7633 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110110 00110011
Octal 275 166 63
Decimal 189 118 51
Hex BD 76 33

RGB Percentages of Color #bd7633

%52.79
%32.96
%14.25

CMYK Percentages of Color #bd7633

%0
%38
%73
%26

Triadic Colors of #bd7633

#bd7633 #33bd76 #7633bd

Analogous Colors of #bd7633

#bd7633 #bdbb33 #bd3335

Monochromatic Colors of #bd7633

#bd7633

Complementary Color

#bd7633 #337abd

#bd7633 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7633 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7633 Color CSS Codes

.mybgcolor {background-color:#bd7633; } 
.myforecolor {color:#bd7633; }
.mybordercolor {border:3px solid #bd7633; }

#bd7633 Text Font Color

<p style="color:#bd7633">Text here</p>

This sample text font color is #bd7633
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bd7633 Background Color

<div style="background-color:#bd7633">
Div content here</div>

This div background color is #bd7633


#bd7633 Border Color

<div style="border:3px solid #bd7633">
Div here</div>

This div border color is #bd7633


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,118,51, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bd7633; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bd7633;
  -webkit-box-shadow: 1px 1px 3px 2px #bd7633;
  box-shadow:         1px 1px 3px 2px #bd7633; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,118,51, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bd7633">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bd7633;
  -webkit-box-shadow: 1px 1px 3px 2px #bd7633;
  box-shadow:         1px 1px 3px 2px #bd7633;">
Div content here</div>

This div box has shadow with color #bd7633


Comments

No comments written yet.

Please login to write comment.