Color Hex Logo

#bd621b Color Hex

#BD621B
(189,98,27)
0 Favorites   0 Comments

Color spaces of #bd621b

RGB 1899827
HSL0.070.750.42
HSV26°86°74°
CMYK 0.000.480.86   0.26
XYZ25.551819.63333.4798
Yxy19.63330.52510.4034
Hunter Lab44.309525.393426.3604
CIE-Lab51.420132.095452.7725

#bd621b color RGB value is (189,98,27).

#bd621b hex color red value is 189, green value is 98 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #bd621b hue: 0.07 , saturation: 0.75 and the lightness value of bd621b is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100010 00011011
Octal 275 142 33
Decimal 189 98 27
Hex BD 62 1B

RGB Percentages of Color #bd621b

%60.19
%31.21
%8.60

CMYK Percentages of Color #bd621b

%0
%48
%86
%26

Triadic Colors of #bd621b

#bd621b #1bbd62 #621bbd

Analogous Colors of #bd621b

#bd621b #bdb31b #bd1b25

Monochromatic Colors of #bd621b

#bd621b

Complementary Color

#bd621b #1b76bd

#bd621b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd621b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd621b Color CSS Codes

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

#bd621b Text Font Color

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

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


#bd621b Background Color

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

This div background color is #bd621b


#bd621b Border Color

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

This div border color is #bd621b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd621b


Comments

No comments written yet.

Please login to write comment.