#BDB990

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

Shades of Coriander #BDB990

Tints of Coriander #BDB990

Color information

#BDB990 (or 0xBDB990) is unknown color: approx Coriander. HEX triplet: BD, B9 and 90. RGB value is (189,185,144). Sum of RGB (Red+Green+Blue) = 189+185+144=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 144 (56.64% from 255 or 27.80% from 518); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB990 is #42466F. Grayscale: #B5B5B5. Windows color (decimal): -4343408 or 9484733. OLE color: 9484733.

HSL color Cylindrical-coordinate representation of color #BDB990: hue angle of 54.67º 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 #BDB990 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB189185144-
CMYK00.020.240.26
HSL54.67º25.42%65.29%-
HSV(B)54.67º23.81%74.12%-
XYZ43.3747.5333.27-
YUV181.52106.83133.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.49%
GREEN value IS 185 (72.66% from 255) = 35.71%
BLUE value IS 144 (56.64% from 255) = 27.80%
R=36.49%
G=35.71%
B=27.80%

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
Decimal18918514400.020.240.2654.6725.4265.29
HexBDB99002181A371941
Octal2752712200230326731101
Binary1011110110111001100100000101100011010110111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB990; }

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

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

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

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

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

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

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

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