#BFB893

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

Shades of Coriander #BFB893

Tints of Coriander #BFB893

Color information

#BFB893 (or 0xBFB893) is unknown color: approx Coriander. HEX triplet: BF, B8 and 93. RGB value is (191,184,147). Sum of RGB (Red+Green+Blue) = 191+184+147=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 184 (72.27% from 255 or 35.25% from 522); Blue value is 147 (57.81% from 255 or 28.16% from 522); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB893 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB893 is #40476C. Grayscale: #B6B6B6. Windows color (decimal): -4212589 or 9681087. OLE color: 9681087.

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

Color convert

RGB191184147-
CMYK00.040.230.25
HSL50.45º25.58%66.27%-
HSV(B)50.45º23.04%74.9%-
XYZ43.8947.4634.45-
YUV181.88108.32134.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.59%
GREEN value IS 184 (72.27% from 255) = 35.25%
BLUE value IS 147 (57.81% from 255) = 28.16%
R=36.59%
G=35.25%
B=28.16%

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
Decimal19118414700.040.230.2550.4525.5866.27
HexBFB893041719321a42
Octal2772702230427316232102
Binary10111111101110001001001101001011111001110010110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB893; }

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

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

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

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

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

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

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

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