#BDB490

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

Shades of Coriander #BDB490

Tints of Coriander #BDB490

Color information

#BDB490 (or 0xBDB490) is unknown color: approx Coriander. HEX triplet: BD, B4 and 90. RGB value is (189,180,144). Sum of RGB (Red+Green+Blue) = 189+180+144=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 144 (56.64% from 255 or 28.07% from 513); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB490 is #424B6F. Grayscale: #B2B2B2. Windows color (decimal): -4344688 or 9483453. OLE color: 9483453.

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

Color convert

RGB189180144-
CMYK00.050.240.26
HSL48º25.42%65.29%-
HSV(B)48º23.81%74.12%-
XYZ42.3445.4732.93-
YUV178.59108.48135.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.84%
GREEN value IS 180 (70.70% from 255) = 35.09%
BLUE value IS 144 (56.64% from 255) = 28.07%
R=36.84%
G=35.09%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918014400.050.240.264825.4265.29
HexBDB49005181A301941
Octal2752642200530326031101
Binary10111101101101001001000001011100011010110000110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB490; }

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

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

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

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

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

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

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

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