#BDB391

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

Shades of Coriander #BDB391

Tints of Coriander #BDB391

Color information

#BDB391 (or 0xBDB391) is unknown color: approx Coriander. HEX triplet: BD, B3 and 91. RGB value is (189,179,145). Sum of RGB (Red+Green+Blue) = 189+179+145=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 179 (70.31% from 255 or 34.89% from 513); Blue value is 145 (57.03% from 255 or 28.27% from 513); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB391 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB391 is #424C6E. Grayscale: #B2B2B2. Windows color (decimal): -4344943 or 9548733. OLE color: 9548733.

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

Color convert

RGB189179145-
CMYK00.050.230.26
HSL46.36º25%65.49%-
HSV(B)46.36º23.28%74.12%-
XYZ42.2245.133.27-
YUV178.11109.31135.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.84%
GREEN value IS 179 (70.31% from 255) = 34.89%
BLUE value IS 145 (57.03% from 255) = 28.27%
R=36.84%
G=34.89%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917914500.050.230.2646.362565.49
HexBDB39105171A2e1941
Octal2752632210527325631101
Binary10111101101100111001000101011011111010101110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB391; }

 p { color: rgb(189,179,145); }

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

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

 a { background-color: rgb(189,179,145); }

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

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

 span { border-color: rgb(189,179,145); }

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