#BFBC94

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

Shades of Coriander #BFBC94

Tints of Coriander #BFBC94

Color information

#BFBC94 (or 0xBFBC94) is unknown color: approx Coriander. HEX triplet: BF, BC and 94. RGB value is (191,188,148). Sum of RGB (Red+Green+Blue) = 191+188+148=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 148 (58.20% from 255 or 28.08% from 527); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBC94 is #40436B. Grayscale: #B8B8B8. Windows color (decimal): -4211564 or 9747647. OLE color: 9747647.

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

Color convert

RGB191188148-
CMYK00.020.230.25
HSL55.81º25.15%66.47%-
HSV(B)55.81º22.51%74.9%-
XYZ44.8149.1835.15-
YUV184.34107.49132.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.24%
GREEN value IS 188 (73.83% from 255) = 35.67%
BLUE value IS 148 (58.20% from 255) = 28.08%
R=36.24%
G=35.67%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118814800.020.230.2555.8125.1566.47
HexBFBC94021719381942
Octal2772742240227317031102
Binary1011111110111100100101000101011111001111000110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBC94; }

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

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

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

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

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

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

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

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