Color Hex Logo

#bd825d Color Hex

#BD825D
(189,130,93)
0 Favorites   0 Comments

Color spaces of #bd825d

RGB 18913093
HSL0.060.420.55
HSV23°51°74°
CMYK 0.000.310.51   0.26
XYZ30.944727.574414.0474
Yxy27.57440.42640.3800
Hunter Lab52.511313.294420.8972
CIE-Lab59.502318.528229.1173

#bd825d color RGB value is (189,130,93).

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

The process color (four color CMYK) of #bd825d color hex is 0.00, 0.31, 0.51, 0.26. Web safe color of #bd825d is #cc9966. Color #bd825d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000010 01011101
Octal 275 202 135
Decimal 189 130 93
Hex BD 82 5D

RGB Percentages of Color #bd825d

%45.87
%31.55
%22.57

CMYK Percentages of Color #bd825d

%0
%31
%51
%26

Triadic Colors of #bd825d

#bd825d #5dbd82 #825dbd

Analogous Colors of #bd825d

#bd825d #bdb25d #bd5d68

Monochromatic Colors of #bd825d

#bd825d

Complementary Color

#bd825d #5d98bd

#bd825d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd825d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd825d Color CSS Codes

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

#bd825d Text Font Color

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

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


#bd825d Background Color

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

This div background color is #bd825d


#bd825d Border Color

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

This div border color is #bd825d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd825d


Comments

No comments written yet.

Please login to write comment.