Color Hex Logo

#bd6225 Color Hex

#BD6225
(189,98,37)
0 Favorites   0 Comments

Color spaces of #bd6225

RGB 1899837
HSL0.070.670.44
HSV24°80°74°
CMYK 0.000.480.80   0.26
XYZ25.687919.68784.1965
Yxy19.68780.51820.3972
Hunter Lab44.370925.690825.4521
CIE-Lab51.482432.398748.7916

#bd6225 color RGB value is (189,98,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100010 00100101
Octal 275 142 45
Decimal 189 98 37
Hex BD 62 25

RGB Percentages of Color #bd6225

%58.33
%30.25
%11.42

CMYK Percentages of Color #bd6225

%0
%48
%80
%26

Triadic Colors of #bd6225

#bd6225 #25bd62 #6225bd

Analogous Colors of #bd6225

#bd6225 #bdae25 #bd2534

Monochromatic Colors of #bd6225

#bd6225

Complementary Color

#bd6225 #2580bd

#bd6225 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd6225 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd6225 Color CSS Codes

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

#bd6225 Text Font Color

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

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


#bd6225 Background Color

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

This div background color is #bd6225


#bd6225 Border Color

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

This div border color is #bd6225


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd6225


Comments

No comments written yet.

Please login to write comment.