Color Hex Logo

#bd925e Color Hex

#BD925E
(189,146,94)
0 Favorites   0 Comments

Color spaces of #bd925e

RGB 18914694
HSL0.090.420.55
HSV33°50°74°
CMYK 0.000.230.50   0.26
XYZ33.285532.184715.0476
Yxy32.18470.41340.3997
Hunter Lab56.73165.449223.9859
CIE-Lab63.49529.780333.6579

#bd925e color RGB value is (189,146,94).

#bd925e hex color red value is 189, green value is 146 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bd925e hue: 0.09 , saturation: 0.42 and the lightness value of bd925e is 0.55.

The process color (four color CMYK) of #bd925e color hex is 0.00, 0.23, 0.50, 0.26. Web safe color of #bd925e is #cc9966. Color #bd925e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010010 01011110
Octal 275 222 136
Decimal 189 146 94
Hex BD 92 5E

RGB Percentages of Color #bd925e

%44.06
%34.03
%21.91

CMYK Percentages of Color #bd925e

%0
%23
%50
%26

Triadic Colors of #bd925e

#bd925e #5ebd92 #925ebd

Analogous Colors of #bd925e

#bd925e #b9bd5e #bd635e

Monochromatic Colors of #bd925e

#bd925e

Complementary Color

#bd925e #5e89bd

#bd925e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd925e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd925e Color CSS Codes

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

#bd925e Text Font Color

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

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


#bd925e Background Color

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

This div background color is #bd925e


#bd925e Border Color

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

This div border color is #bd925e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd925e


Comments

No comments written yet.

Please login to write comment.