#BDBB8C

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

Shades of Coriander #BDBB8C

Tints of Coriander #BDBB8C

Color information

#BDBB8C (or 0xBDBB8C) is unknown color: approx Coriander. HEX triplet: BD, BB and 8C. RGB value is (189,187,140). Sum of RGB (Red+Green+Blue) = 189+187+140=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 140 (55.08% from 255 or 27.13% from 516); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBB8C is #424473. Grayscale: #B6B6B6. Windows color (decimal): -4342900 or 9223101. OLE color: 9223101.

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

Color convert

RGB189187140-
CMYK00.010.260.26
HSL57.55º27.07%64.51%-
HSV(B)57.55º25.93%74.12%-
XYZ43.4948.2531.83-
YUV182.24104.16132.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.63%
GREEN value IS 187 (73.44% from 255) = 36.24%
BLUE value IS 140 (55.08% from 255) = 27.13%
R=36.63%
G=36.24%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918714000.010.260.2657.5527.0764.51
HexBDBB8C011A1A3a1b41
Octal2752732140132327233101
Binary101111011011101110001100011101011010111010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBB8C; }

 p { color: rgb(189,187,140); }

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

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

 a { background-color: rgb(189,187,140); }

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

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

 span { border-color: rgb(189,187,140); }

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