#BDB696

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

Shades of Coriander #BDB696

Tints of Coriander #BDB696

Color information

#BDB696 (or 0xBDB696) is unknown color: approx Coriander. HEX triplet: BD, B6 and 96. RGB value is (189,182,150). Sum of RGB (Red+Green+Blue) = 189+182+150=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 182 (71.48% from 255 or 34.93% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB696 is #424969. Grayscale: #B4B4B4. Windows color (decimal): -4344170 or 9877181. OLE color: 9877181.

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

Color convert

RGB189182150-
CMYK00.040.210.26
HSL49.23º22.81%66.47%-
HSV(B)49.23º20.63%74.12%-
XYZ43.2246.4835.55-
YUV180.44110.82134.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.28%
GREEN value IS 182 (71.48% from 255) = 34.93%
BLUE value IS 150 (58.98% from 255) = 28.79%
R=36.28%
G=34.93%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918215000.040.210.2649.2322.8166.47
HexBDB69604151A311742
Octal2752662260425326127102
Binary10111101101101101001011001001010111010110001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB696; }

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

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

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

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

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

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

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

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