#BDB791

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

Shades of Coriander #BDB791

Tints of Coriander #BDB791

Color information

#BDB791 (or 0xBDB791) is unknown color: approx Coriander. HEX triplet: BD, B7 and 91. RGB value is (189,183,145). Sum of RGB (Red+Green+Blue) = 189+183+145=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 183 (71.88% from 255 or 35.40% from 517); Blue value is 145 (57.03% from 255 or 28.05% from 517); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB791 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB791 is #42486E. Grayscale: #B4B4B4. Windows color (decimal): -4343919 or 9549757. OLE color: 9549757.

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

Color convert

RGB189183145-
CMYK00.030.230.26
HSL51.82º25%65.49%-
HSV(B)51.82º23.28%74.12%-
XYZ43.0346.7333.54-
YUV180.46107.99134.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.56%
GREEN value IS 183 (71.88% from 255) = 35.40%
BLUE value IS 145 (57.03% from 255) = 28.05%
R=36.56%
G=35.40%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918314500.030.230.2651.822565.49
HexBDB79103171A341941
Octal2752672210327326431101
Binary1011110110110111100100010111011111010110100110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB791; }

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

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

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

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

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

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

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

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