#BDB695

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

Shades of Coriander #BDB695

Tints of Coriander #BDB695

Color information

#BDB695 (or 0xBDB695) is unknown color: approx Coriander. HEX triplet: BD, B6 and 95. RGB value is (189,182,149). Sum of RGB (Red+Green+Blue) = 189+182+149=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 182 (71.48% from 255 or 35% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB695 is #42496A. Grayscale: #B4B4B4. Windows color (decimal): -4344171 or 9811645. OLE color: 9811645.

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

Color convert

RGB189182149-
CMYK00.040.210.26
HSL49.5º23.26%66.27%-
HSV(B)49.5º21.16%74.12%-
XYZ43.1446.4435.12-
YUV180.33110.32134.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.35%
GREEN value IS 182 (71.48% from 255) = 35%
BLUE value IS 149 (58.59% from 255) = 28.65%
R=36.35%
G=35%
B=28.65%

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
Decimal18918214900.040.210.2649.523.2666.27
HexBDB69504151A321742
Octal2752662250425326227102
Binary10111101101101101001010101001010111010110010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB695; }

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

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

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

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

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

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

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

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