#BDB795

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

Shades of Coriander #BDB795

Tints of Coriander #BDB795

Color information

#BDB795 (or 0xBDB795) is unknown color: approx Coriander. HEX triplet: BD, B7 and 95. RGB value is (189,183,149). Sum of RGB (Red+Green+Blue) = 189+183+149=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 183 (71.88% from 255 or 35.12% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB795 is #42486A. Grayscale: #B5B5B5. Windows color (decimal): -4343915 or 9811901. OLE color: 9811901.

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

Color convert

RGB189183149-
CMYK00.030.210.26
HSL51º23.26%66.27%-
HSV(B)51º21.16%74.12%-
XYZ43.3446.8635.19-
YUV180.92109.99133.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.28%
GREEN value IS 183 (71.88% from 255) = 35.12%
BLUE value IS 149 (58.59% from 255) = 28.60%
R=36.28%
G=35.12%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918314900.030.210.265123.2666.27
HexBDB79503151A331742
Octal2752672250325326327102
Binary1011110110110111100101010111010111010110011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB795; }

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

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

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

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

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

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

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

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