#BDB895

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

Shades of Coriander #BDB895

Tints of Coriander #BDB895

Color information

#BDB895 (or 0xBDB895) is unknown color: approx Coriander. HEX triplet: BD, B8 and 95. RGB value is (189,184,149). Sum of RGB (Red+Green+Blue) = 189+184+149=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 184 (72.27% from 255 or 35.25% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB895 is #42476A. Grayscale: #B5B5B5. Windows color (decimal): -4343659 or 9812157. OLE color: 9812157.

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

Color convert

RGB189184149-
CMYK00.030.210.26
HSL52.5º23.26%66.27%-
HSV(B)52.5º21.16%74.12%-
XYZ43.5547.2735.26-
YUV181.5109.66133.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.21%
GREEN value IS 184 (72.27% from 255) = 35.25%
BLUE value IS 149 (58.59% from 255) = 28.54%
R=36.21%
G=35.25%
B=28.54%

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
Decimal18918414900.030.210.2652.523.2666.27
HexBDB89503151A341742
Octal2752702250325326427102
Binary1011110110111000100101010111010111010110100101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB895; }

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

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

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

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

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

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

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

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