Color Hex Logo

#bd832e Color Hex

#BD832E
(189,131,46)
0 Favorites   0 Comments

Color spaces of #bd832e

RGB 18913146
HSL0.100.610.46
HSV36°76°74°
CMYK 0.000.310.76   0.26
XYZ29.595727.24876.2844
Yxy27.24870.46880.4316
Hunter Lab52.20039.852629.4023
CIE-Lab59.203814.741852.3704

#bd832e color RGB value is (189,131,46).

#bd832e hex color red value is 189, green value is 131 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #bd832e hue: 0.10 , saturation: 0.61 and the lightness value of bd832e is 0.46.

The process color (four color CMYK) of #bd832e color hex is 0.00, 0.31, 0.76, 0.26. Web safe color of #bd832e is #cc9933. Color #bd832e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000011 00101110
Octal 275 203 56
Decimal 189 131 46
Hex BD 83 2E

RGB Percentages of Color #bd832e

%51.64
%35.79
%12.57

CMYK Percentages of Color #bd832e

%0
%31
%76
%26

Triadic Colors of #bd832e

#bd832e #2ebd83 #832ebd

Analogous Colors of #bd832e

#bd832e #b0bd2e #bd3b2e

Monochromatic Colors of #bd832e

#bd832e

Complementary Color

#bd832e #2e68bd

#bd832e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd832e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd832e Color CSS Codes

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

#bd832e Text Font Color

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

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


#bd832e Background Color

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

This div background color is #bd832e


#bd832e Border Color

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

This div border color is #bd832e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd832e


Comments

No comments written yet.

Please login to write comment.