#BFB791

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

Shades of Coriander #BFB791

Tints of Coriander #BFB791

Color information

#BFB791 (or 0xBFB791) is unknown color: approx Coriander. HEX triplet: BF, B7 and 91. RGB value is (191,183,145). Sum of RGB (Red+Green+Blue) = 191+183+145=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 183 (71.88% from 255 or 35.26% from 519); Blue value is 145 (57.03% from 255 or 27.94% from 519); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB791 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB791 is #40486E. Grayscale: #B5B5B5. Windows color (decimal): -4212847 or 9549759. OLE color: 9549759.

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

Color convert

RGB191183145-
CMYK00.040.240.25
HSL49.57º26.44%65.88%-
HSV(B)49.57º24.08%74.9%-
XYZ43.5346.9933.56-
YUV181.06107.65135.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.80%
GREEN value IS 183 (71.88% from 255) = 35.26%
BLUE value IS 145 (57.03% from 255) = 27.94%
R=36.80%
G=35.26%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118314500.040.240.2549.5726.4465.88
HexBFB791041819321a42
Octal2772672210430316232102
Binary10111111101101111001000101001100011001110010110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB791; }

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

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

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

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

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

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

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

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