#BFB997

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

Shades of Coriander #BFB997

Tints of Coriander #BFB997

Color information

#BFB997 (or 0xBFB997) is unknown color: approx Coriander. HEX triplet: BF, B9 and 97. RGB value is (191,185,151). Sum of RGB (Red+Green+Blue) = 191+185+151=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 185 (72.66% from 255 or 35.10% from 527); Blue value is 151 (59.38% from 255 or 28.65% from 527); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB997 is #404668. Grayscale: #B7B7B7. Windows color (decimal): -4212329 or 9943487. OLE color: 9943487.

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

Color convert

RGB191185151-
CMYK00.030.210.25
HSL51º23.81%67.06%-
HSV(B)51º20.94%74.9%-
XYZ44.4248.0136.2-
YUV182.92109.99133.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.24%
GREEN value IS 185 (72.66% from 255) = 35.10%
BLUE value IS 151 (59.38% from 255) = 28.65%
R=36.24%
G=35.10%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118515100.030.210.255123.8167.06
HexBFB997031519331843
Octal2772712270325316330103
Binary1011111110111001100101110111010111001110011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB997; }

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

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

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

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

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

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

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

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