#BDBB88

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

Shades of Coriander #BDBB88

Tints of Coriander #BDBB88

Color information

#BDBB88 (or 0xBDBB88) is unknown color: approx Coriander. HEX triplet: BD, BB and 88. RGB value is (189,187,136). Sum of RGB (Red+Green+Blue) = 189+187+136=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 136 (53.52% from 255 or 26.56% from 512); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBB88 is #424477. Grayscale: #B5B5B5. Windows color (decimal): -4342904 or 8960957. OLE color: 8960957.

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

Color convert

RGB189187136-
CMYK00.010.280.26
HSL57.74º28.65%63.73%-
HSV(B)57.74º28.04%74.12%-
XYZ43.248.1430.31-
YUV181.78102.16133.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.91%
GREEN value IS 187 (73.44% from 255) = 36.52%
BLUE value IS 136 (53.52% from 255) = 26.56%
R=36.91%
G=36.52%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918713600.010.280.2657.7428.6563.73
HexBDBB88011C1A3a1d40
Octal2752732100134327235100
Binary101111011011101110001000011110011010111010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBB88; }

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

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

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

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

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

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

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

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