#BFB790

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

Shades of Coriander #BFB790

Tints of Coriander #BFB790

Color information

#BFB790 (or 0xBFB790) is unknown color: approx Coriander. HEX triplet: BF, B7 and 90. RGB value is (191,183,144). Sum of RGB (Red+Green+Blue) = 191+183+144=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 183 (71.88% from 255 or 35.33% from 518); Blue value is 144 (56.64% from 255 or 27.80% from 518); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB790 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB790 is #40486F. Grayscale: #B5B5B5. Windows color (decimal): -4212848 or 9484223. OLE color: 9484223.

HSL color Cylindrical-coordinate representation of color #BFB790: hue angle of 49.79º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFB790 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB191183144-
CMYK00.040.250.25
HSL49.79º26.86%65.69%-
HSV(B)49.79º24.61%74.9%-
XYZ43.4546.9633.16-
YUV180.95107.15135.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.87%
GREEN value IS 183 (71.88% from 255) = 35.33%
BLUE value IS 144 (56.64% from 255) = 27.80%
R=36.87%
G=35.33%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118314400.040.250.2549.7926.8665.69
HexBFB790041919321b42
Octal2772672200431316233102
Binary10111111101101111001000001001100111001110010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB790; }

 p { color: rgb(191,183,144); }

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

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

 a { background-color: rgb(191,183,144); }

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

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

 span { border-color: rgb(191,183,144); }

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