Color Hex Logo

#bd3721 Color Hex

#BD3721
(189,55,33)
0 Favorites   0 Comments

Color spaces of #bd3721

RGB 1895533
HSL0.020.700.44
HSV83°74°
CMYK 0.000.710.83   0.26
XYZ22.627013.66102.8831
Yxy13.66100.57760.3488
Hunter Lab36.960844.594421.2477
CIE-Lab43.742852.372243.3933

#bd3721 color RGB value is (189,55,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110111 00100001
Octal 275 67 41
Decimal 189 55 33
Hex BD 37 21

RGB Percentages of Color #bd3721

%68.23
%19.86
%11.91

CMYK Percentages of Color #bd3721

%0
%71
%83
%26

Triadic Colors of #bd3721

#bd3721 #21bd37 #3721bd

Analogous Colors of #bd3721

#bd3721 #bd8521 #bd2159

Monochromatic Colors of #bd3721

#bd3721

Complementary Color

#bd3721 #21a7bd

#bd3721 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd3721 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd3721 Color CSS Codes

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

#bd3721 Text Font Color

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

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


#bd3721 Background Color

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

This div background color is #bd3721


#bd3721 Border Color

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

This div border color is #bd3721


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,55,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 #bd3721">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd3721


Comments

No comments written yet.

Please login to write comment.