#BDBA85

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

Shades of Coriander #BDBA85

Tints of Coriander #BDBA85

Color information

#BDBA85 (or 0xBDBA85) is unknown color: approx Coriander. HEX triplet: BD, BA and 85. RGB value is (189,186,133). Sum of RGB (Red+Green+Blue) = 189+186+133=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 133 (52.34% from 255 or 26.18% from 508); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBA85 is #42457A. Grayscale: #B5B5B5. Windows color (decimal): -4343163 or 8764093. OLE color: 8764093.

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

Color convert

RGB189186133-
CMYK00.020.300.26
HSL56.79º29.79%63.14%-
HSV(B)56.79º29.63%74.12%-
XYZ42.7847.6329.13-
YUV180.86100.99133.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.20%
GREEN value IS 186 (73.05% from 255) = 36.61%
BLUE value IS 133 (52.34% from 255) = 26.18%
R=37.20%
G=36.61%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918613300.020.300.2656.7929.7963.14
HexBDBA85021E1A391e3f
Octal275272205023632713677
Binary101111011011101010000101010111101101011100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBA85; }

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

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

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

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

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

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

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

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