#BDB997

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

Shades of Coriander #BDB997

Tints of Coriander #BDB997

Color information

#BDB997 (or 0xBDB997) is unknown color: approx Coriander. HEX triplet: BD, B9 and 97. RGB value is (189,185,151). Sum of RGB (Red+Green+Blue) = 189+185+151=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 185 (72.66% from 255 or 35.24% from 525); Blue value is 151 (59.38% from 255 or 28.76% from 525); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB997 is #424668. Grayscale: #B6B6B6. Windows color (decimal): -4343401 or 9943485. OLE color: 9943485.

HSL color Cylindrical-coordinate representation of color #BDB997: hue angle of 53.68º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDB997 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB189185151-
CMYK00.020.200.26
HSL53.68º22.35%66.67%-
HSV(B)53.68º20.11%74.12%-
XYZ43.9247.7536.18-
YUV182.32110.33132.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36%
GREEN value IS 185 (72.66% from 255) = 35.24%
BLUE value IS 151 (59.38% from 255) = 28.76%
R=36%
G=35.24%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918515100.020.200.2653.6822.3566.67
HexBDB99702141A361643
Octal2752712270224326626103
Binary1011110110111001100101110101010011010110110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB997; }

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

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

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

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

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

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

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

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