#BDB697

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

Shades of Coriander #BDB697

Tints of Coriander #BDB697

Color information

#BDB697 (or 0xBDB697) is unknown color: approx Coriander. HEX triplet: BD, B6 and 97. RGB value is (189,182,151). Sum of RGB (Red+Green+Blue) = 189+182+151=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 182 (71.48% from 255 or 34.87% from 522); Blue value is 151 (59.38% from 255 or 28.93% from 522); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB697 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB697 is #424968. Grayscale: #B4B4B4. Windows color (decimal): -4344169 or 9942717. OLE color: 9942717.

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

Color convert

RGB189182151-
CMYK00.040.200.26
HSL48.95º22.35%66.67%-
HSV(B)48.95º20.11%74.12%-
XYZ43.346.5135.97-
YUV180.56111.32134.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.21%
GREEN value IS 182 (71.48% from 255) = 34.87%
BLUE value IS 151 (59.38% from 255) = 28.93%
R=36.21%
G=34.87%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918215100.040.200.2648.9522.3566.67
HexBDB69704141A311643
Octal2752662270424326126103
Binary10111101101101101001011101001010011010110001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB697; }

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

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

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

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

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

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

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

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