#BFBB95

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

Shades of Coriander #BFBB95

Tints of Coriander #BFBB95

Color information

#BFBB95 (or 0xBFBB95) is unknown color: approx Coriander. HEX triplet: BF, BB and 95. RGB value is (191,187,149). Sum of RGB (Red+Green+Blue) = 191+187+149=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 149 (58.59% from 255 or 28.27% from 527); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBB95 is #40446A. Grayscale: #B8B8B8. Windows color (decimal): -4211819 or 9812927. OLE color: 9812927.

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

Color convert

RGB191187149-
CMYK00.020.220.25
HSL54.29º24.71%66.67%-
HSV(B)54.29º21.99%74.9%-
XYZ44.6848.7935.5-
YUV183.86108.33133.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.24%
GREEN value IS 187 (73.44% from 255) = 35.48%
BLUE value IS 149 (58.59% from 255) = 28.27%
R=36.24%
G=35.48%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118714900.020.220.2554.2924.7166.67
HexBFBB95021619361943
Octal2772732250226316631103
Binary1011111110111011100101010101011011001110110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBB95; }

 p { color: rgb(191,187,149); }

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

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

 a { background-color: rgb(191,187,149); }

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

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

 span { border-color: rgb(191,187,149); }

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