#bdbb8a

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

Shades of Coriander #BDBB8A

Tints of Coriander #BDBB8A

Color information

#BDBB8A (or 0xBDBB8A) is unknown color: approx Coriander. HEX triplet: BD, BB and 8A. RGB value is (189,187,138). Sum of RGB (Red+Green+Blue) = 189+187+138=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBB8A is #424475. Grayscale: #B6B6B6. Windows color (decimal): -4342902 or 9092029. OLE color: 9092029.

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

Color convert

RGB189187138-
CMYK00.010.270.26
HSL57.65º27.87%64.12%-
HSV(B)57.65º26.98%74.12%-
XYZ43.3448.1931.06-
YUV182.01103.16132.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.77%
GREEN value IS 187 (73.44% from 255) = 36.38%
BLUE value IS 138 (54.30% from 255) = 26.85%
R=36.77%
G=36.38%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918713800.010.270.2657.6527.8764.12
HexBDBB8A011B1A3a1c40
Octal2752732120133327234100
Binary101111011011101110001010011101111010111010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bdbb8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bdbb8a; }

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

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

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

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

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

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

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

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