Color Hex Logo

#bd622b Color Hex

#BD622B
(189,98,43)
0 Favorites   0 Comments

Color spaces of #bd622b

RGB 1899843
HSL0.060.630.45
HSV23°77°74°
CMYK 0.000.480.77   0.26
XYZ25.790019.72864.7342
Yxy19.72860.51320.3926
Hunter Lab44.416925.913824.7724
CIE-Lab51.529032.625646.1017

#bd622b color RGB value is (189,98,43).

#bd622b hex color red value is 189, green value is 98 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #bd622b hue: 0.06 , saturation: 0.63 and the lightness value of bd622b is 0.45.

The process color (four color CMYK) of #bd622b color hex is 0.00, 0.48, 0.77, 0.26. Web safe color of #bd622b is #cc6633. Color #bd622b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100010 00101011
Octal 275 142 53
Decimal 189 98 43
Hex BD 62 2B

RGB Percentages of Color #bd622b

%57.27
%29.70
%13.03

CMYK Percentages of Color #bd622b

%0
%48
%77
%26

Triadic Colors of #bd622b

#bd622b #2bbd62 #622bbd

Analogous Colors of #bd622b

#bd622b #bdab2b #bd2b3d

Monochromatic Colors of #bd622b

#bd622b

Complementary Color

#bd622b #2b86bd

#bd622b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd622b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd622b Color CSS Codes

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

#bd622b Text Font Color

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

This sample text font color is #bd622b
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.


#bd622b Background Color

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

This div background color is #bd622b


#bd622b Border Color

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

This div border color is #bd622b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd622b


Comments

No comments written yet.

Please login to write comment.