#BFB794

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

Shades of Coriander #BFB794

Tints of Coriander #BFB794

Color information

#BFB794 (or 0xBFB794) is unknown color: approx Coriander. HEX triplet: BF, B7 and 94. RGB value is (191,183,148). Sum of RGB (Red+Green+Blue) = 191+183+148=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 183 (71.88% from 255 or 35.06% from 522); Blue value is 148 (58.20% from 255 or 28.35% from 522); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB794 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB794 is #40486B. Grayscale: #B5B5B5. Windows color (decimal): -4212844 or 9746367. OLE color: 9746367.

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

Color convert

RGB191183148-
CMYK00.040.230.25
HSL48.84º25.15%66.47%-
HSV(B)48.84º22.51%74.9%-
XYZ43.7647.0834.8-
YUV181.4109.15134.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.59%
GREEN value IS 183 (71.88% from 255) = 35.06%
BLUE value IS 148 (58.20% from 255) = 28.35%
R=36.59%
G=35.06%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118314800.040.230.2548.8425.1566.47
HexBFB794041719311942
Octal2772672240427316131102
Binary10111111101101111001010001001011111001110001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB794; }

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

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

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

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

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

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

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

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