#BFBC95

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

Shades of Coriander #BFBC95

Tints of Coriander #BFBC95

Color information

#BFBC95 (or 0xBFBC95) is unknown color: approx Coriander. HEX triplet: BF, BC and 95. RGB value is (191,188,149). Sum of RGB (Red+Green+Blue) = 191+188+149=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 149 (58.59% from 255 or 28.22% from 528); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBC95 is #40436A. Grayscale: #B8B8B8. Windows color (decimal): -4211563 or 9813183. OLE color: 9813183.

HSL color Cylindrical-coordinate representation of color #BFBC95: hue angle of 55.71º 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 #BFBC95 is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB191188149-
CMYK00.020.220.25
HSL55.71º24.71%66.67%-
HSV(B)55.71º21.99%74.9%-
XYZ44.8949.2135.57-
YUV184.45107.99132.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.17%
GREEN value IS 188 (73.83% from 255) = 35.61%
BLUE value IS 149 (58.59% from 255) = 28.22%
R=36.17%
G=35.61%
B=28.22%

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
Decimal19118814900.020.220.2555.7124.7166.67
HexBFBC95021619381943
Octal2772742250226317031103
Binary1011111110111100100101010101011011001111000110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBC95; }

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

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

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

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

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

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

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

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