#BDB886

Color #BDB886 Coriander (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coriander #BDB886

Tints of Coriander #BDB886

Color information

#BDB886 (or 0xBDB886) is unknown color: approx Coriander. HEX triplet: BD, B8 and 86. RGB value is (189,184,134). Sum of RGB (Red+Green+Blue) = 189+184+134=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 184 (72.27% from 255 or 36.29% from 507); Blue value is 134 (52.73% from 255 or 26.43% from 507); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB886 is #424779. Grayscale: #B4B4B4. Windows color (decimal): -4343674 or 8829117. OLE color: 8829117.

HSL color Cylindrical-coordinate representation of color #BDB886: hue angle of 54.55º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDB886 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB189184134-
CMYK00.030.290.26
HSL54.55º29.41%63.33%-
HSV(B)54.55º29.1%74.12%-
XYZ42.4346.8229.36-
YUV179.8102.16134.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 37.28%
GREEN value IS 184 (72.27% from 255) = 36.29%
BLUE value IS 134 (52.73% from 255) = 26.43%
R=37.28%
G=36.29%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918413400.030.290.2654.5529.4163.33
HexBDB886031D1A371d3f
Octal275270206033532673577
Binary101111011011100010000110011111011101011011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB886; }

 p { color: rgb(189,184,134); }

 H1.HeaderClassName
 {
   color: #BDB886;
 }
 .AnyTagClassName
 {
   color: #BDB886;
 }
</style>
background-color css

<style>
 a { background-color: #BDB886; }

 a { background-color: rgb(189,184,134); }

 div.DivClassName
 {
   background-color: #BDB886;
 }
 .BgClassName
 {
   background-color: #BDB886;
 }
</style>
border-color css

<style>
 span { border-color: #BDB886; }

 span { border-color: rgb(189,184,134); }

 td.TdClassName
 {
   border-color: #BDB886;
 }
 .TagClassName
 {
   border-color: #BDB886;
 }
</style>