#BFBC93

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

Shades of Coriander #BFBC93

Tints of Coriander #BFBC93

Color information

#BFBC93 (or 0xBFBC93) is unknown color: approx Coriander. HEX triplet: BF, BC and 93. RGB value is (191,188,147). Sum of RGB (Red+Green+Blue) = 191+188+147=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 147 (57.81% from 255 or 27.95% from 526); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBC93 is #40436C. Grayscale: #B8B8B8. Windows color (decimal): -4211565 or 9682111. OLE color: 9682111.

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

Color convert

RGB191188147-
CMYK00.020.230.25
HSL55.91º25.58%66.27%-
HSV(B)55.91º23.04%74.9%-
XYZ44.7449.1534.73-
YUV184.22106.99132.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.31%
GREEN value IS 188 (73.83% from 255) = 35.74%
BLUE value IS 147 (57.81% from 255) = 27.95%
R=36.31%
G=35.74%
B=27.95%

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
Decimal19118814700.020.230.2555.9125.5866.27
HexBFBC93021719381a42
Octal2772742230227317032102
Binary1011111110111100100100110101011111001111000110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBC93; }

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

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

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

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

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

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

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

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