#BFB897

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

Shades of Coriander #BFB897

Tints of Coriander #BFB897

Color information

#BFB897 (or 0xBFB897) is unknown color: approx Coriander. HEX triplet: BF, B8 and 97. RGB value is (191,184,151). Sum of RGB (Red+Green+Blue) = 191+184+151=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 184 (72.27% from 255 or 34.98% from 526); Blue value is 151 (59.38% from 255 or 28.71% from 526); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB897 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB897 is #404768. Grayscale: #B6B6B6. Windows color (decimal): -4212585 or 9943231. OLE color: 9943231.

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

Color convert

RGB191184151-
CMYK00.040.210.25
HSL49.5º23.81%67.06%-
HSV(B)49.5º20.94%74.9%-
XYZ44.2147.5936.13-
YUV182.33110.32134.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.31%
GREEN value IS 184 (72.27% from 255) = 34.98%
BLUE value IS 151 (59.38% from 255) = 28.71%
R=36.31%
G=34.98%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118415100.040.210.2549.523.8167.06
HexBFB897041519321843
Octal2772702270425316230103
Binary10111111101110001001011101001010111001110010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB897; }

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

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

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

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

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

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

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

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