#BDBA90

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

Shades of Coriander #BDBA90

Tints of Coriander #BDBA90

Color information

#BDBA90 (or 0xBDBA90) is unknown color: approx Coriander. HEX triplet: BD, BA and 90. RGB value is (189,186,144). Sum of RGB (Red+Green+Blue) = 189+186+144=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 144 (56.64% from 255 or 27.75% from 519); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBA90 is #42456F. Grayscale: #B6B6B6. Windows color (decimal): -4343152 or 9484989. OLE color: 9484989.

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

Color convert

RGB189186144-
CMYK00.020.240.26
HSL56º25.42%65.29%-
HSV(B)56º23.81%74.12%-
XYZ43.5847.9533.34-
YUV182.11106.49132.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.42%
GREEN value IS 186 (73.05% from 255) = 35.84%
BLUE value IS 144 (56.64% from 255) = 27.75%
R=36.42%
G=35.84%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918614400.020.240.265625.4265.29
HexBDBA9002181A381941
Octal2752722200230327031101
Binary1011110110111010100100000101100011010111000110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBA90; }

 p { color: rgb(189,186,144); }

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

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

 a { background-color: rgb(189,186,144); }

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

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

 span { border-color: rgb(189,186,144); }

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