Color Hex Logo

#bd602d Color Hex

#BD602D
(189,96,45)
0 Favorites   0 Comments

Color spaces of #bd602d

RGB 1899645
HSL0.060.620.46
HSV21°76°74°
CMYK 0.000.490.76   0.26
XYZ25.642819.37404.8707
Yxy19.37400.51400.3884
Hunter Lab44.015926.962724.2502
CIE-Lab51.121933.763044.7304

#bd602d color RGB value is (189,96,45).

#bd602d hex color red value is 189, green value is 96 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #bd602d hue: 0.06 , saturation: 0.62 and the lightness value of bd602d is 0.46.

The process color (four color CMYK) of #bd602d color hex is 0.00, 0.49, 0.76, 0.26. Web safe color of #bd602d is #cc6633. Color #bd602d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100000 00101101
Octal 275 140 55
Decimal 189 96 45
Hex BD 60 2D

RGB Percentages of Color #bd602d

%57.27
%29.09
%13.64

CMYK Percentages of Color #bd602d

%0
%49
%76
%26

Triadic Colors of #bd602d

#bd602d #2dbd60 #602dbd

Analogous Colors of #bd602d

#bd602d #bda82d #bd2d42

Monochromatic Colors of #bd602d

#bd602d

Complementary Color

#bd602d #2d8abd

#bd602d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd602d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd602d Color CSS Codes

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

#bd602d Text Font Color

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

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


#bd602d Background Color

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

This div background color is #bd602d


#bd602d Border Color

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

This div border color is #bd602d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd602d


Comments

No comments written yet.

Please login to write comment.