#BDBB8D

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

Shades of Coriander #BDBB8D

Tints of Coriander #BDBB8D

Color information

#BDBB8D (or 0xBDBB8D) is unknown color: approx Coriander. HEX triplet: BD, BB and 8D. RGB value is (189,187,141). Sum of RGB (Red+Green+Blue) = 189+187+141=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 141 (55.47% from 255 or 27.27% from 517); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBB8D is #424472. Grayscale: #B6B6B6. Windows color (decimal): -4342899 or 9288637. OLE color: 9288637.

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

Color convert

RGB189187141-
CMYK00.010.250.26
HSL57.5º26.67%64.71%-
HSV(B)57.5º25.4%74.12%-
XYZ43.5648.2832.22-
YUV182.35104.66132.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.56%
GREEN value IS 187 (73.44% from 255) = 36.17%
BLUE value IS 141 (55.47% from 255) = 27.27%
R=36.56%
G=36.17%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918714100.010.250.2657.526.6764.71
HexBDBB8D01191A3a1b41
Octal2752732150131327233101
Binary101111011011101110001101011100111010111010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBB8D; }

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

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

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

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

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

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

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

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