#BDBB8B

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

Shades of Coriander #BDBB8B

Tints of Coriander #BDBB8B

Color information

#BDBB8B (or 0xBDBB8B) is unknown color: approx Coriander. HEX triplet: BD, BB and 8B. RGB value is (189,187,139). Sum of RGB (Red+Green+Blue) = 189+187+139=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 139 (54.69% from 255 or 26.99% from 515); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBB8B is #424474. Grayscale: #B6B6B6. Windows color (decimal): -4342901 or 9157565. OLE color: 9157565.

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

Color convert

RGB189187139-
CMYK00.010.260.26
HSL57.6º27.47%64.31%-
HSV(B)57.6º26.46%74.12%-
XYZ43.4248.2231.45-
YUV182.13103.66132.9-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.70%
GREEN value IS 187 (73.44% from 255) = 36.31%
BLUE value IS 139 (54.69% from 255) = 26.99%
R=36.70%
G=36.31%
B=26.99%

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
Decimal18918713900.010.260.2657.627.4764.31
HexBDBB8B011A1A3a1b40
Octal2752732130132327233100
Binary101111011011101110001011011101011010111010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBB8B; }

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

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

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

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

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

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

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

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