#BDBA87

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

Shades of Coriander #BDBA87

Tints of Coriander #BDBA87

Color information

#BDBA87 (or 0xBDBA87) is unknown color: approx Coriander. HEX triplet: BD, BA and 87. RGB value is (189,186,135). Sum of RGB (Red+Green+Blue) = 189+186+135=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 135 (53.12% from 255 or 26.47% from 510); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBA87 is #424578. Grayscale: #B5B5B5. Windows color (decimal): -4343161 or 8895165. OLE color: 8895165.

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

Color convert

RGB189186135-
CMYK00.020.290.26
HSL56.67º29.03%63.53%-
HSV(B)56.67º28.57%74.12%-
XYZ42.9247.6929.86-
YUV181.08101.99133.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.06%
GREEN value IS 186 (73.05% from 255) = 36.47%
BLUE value IS 135 (53.12% from 255) = 26.47%
R=37.06%
G=36.47%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918613500.020.290.2656.6729.0363.53
HexBDBA87021D1A391d40
Octal2752722070235327135100
Binary1011110110111010100001110101110111010111001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBA87; }

 p { color: rgb(189,186,135); }

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

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

 a { background-color: rgb(189,186,135); }

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

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

 span { border-color: rgb(189,186,135); }

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