#BDB992

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

Shades of Coriander #BDB992

Tints of Coriander #BDB992

Color information

#BDB992 (or 0xBDB992) is unknown color: approx Coriander. HEX triplet: BD, B9 and 92. RGB value is (189,185,146). Sum of RGB (Red+Green+Blue) = 189+185+146=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 185 (72.66% from 255 or 35.58% from 520); Blue value is 146 (57.42% from 255 or 28.08% from 520); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB992 is #42466D. Grayscale: #B5B5B5. Windows color (decimal): -4343406 or 9615805. OLE color: 9615805.

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

Color convert

RGB189185146-
CMYK00.020.230.26
HSL54.42º24.57%65.69%-
HSV(B)54.42º22.75%74.12%-
XYZ43.5247.5934.09-
YUV181.75107.83133.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.35%
GREEN value IS 185 (72.66% from 255) = 35.58%
BLUE value IS 146 (57.42% from 255) = 28.08%
R=36.35%
G=35.58%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918514600.020.230.2654.4224.5765.69
HexBDB99202171A361942
Octal2752712220227326631102
Binary1011110110111001100100100101011111010110110110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB992; }

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

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

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

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

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

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

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

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