Color Hex Logo

#bd3621 Color Hex

#BD3621
(189,54,33)
0 Favorites   0 Comments

Color spaces of #bd3621

RGB 1895433
HSL0.020.700.44
HSV83°74°
CMYK 0.000.710.83   0.26
XYZ22.579913.56702.8674
Yxy13.56700.57880.3477
Hunter Lab36.833444.967021.1678
CIE-Lab43.605452.749143.2649

#bd3621 color RGB value is (189,54,33).

#bd3621 hex color red value is 189, green value is 54 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #bd3621 hue: 0.02 , saturation: 0.70 and the lightness value of bd3621 is 0.44.

The process color (four color CMYK) of #bd3621 color hex is 0.00, 0.71, 0.83, 0.26. Web safe color of #bd3621 is #cc3333. Color #bd3621 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110110 00100001
Octal 275 66 41
Decimal 189 54 33
Hex BD 36 21

RGB Percentages of Color #bd3621

%68.48
%19.57
%11.96

CMYK Percentages of Color #bd3621

%0
%71
%83
%26

Triadic Colors of #bd3621

#bd3621 #21bd36 #3621bd

Analogous Colors of #bd3621

#bd3621 #bd8421 #bd215a

Monochromatic Colors of #bd3621

#bd3621

Complementary Color

#bd3621 #21a8bd

#bd3621 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd3621 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd3621 Color CSS Codes

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

#bd3621 Text Font Color

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

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


#bd3621 Background Color

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

This div background color is #bd3621


#bd3621 Border Color

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

This div border color is #bd3621


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd3621


Comments

No comments written yet.

Please login to write comment.