#BFB998

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

Shades of Tana #BFB998

Tints of Tana #BFB998

Color information

#BFB998 (or 0xBFB998) is unknown color: approx Tana. HEX triplet: BF, B9 and 98. RGB value is (191,185,152). Sum of RGB (Red+Green+Blue) = 191+185+152=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 152 (59.77% from 255 or 28.79% from 528); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB998 is #404667. Grayscale: #B7B7B7. Windows color (decimal): -4212328 or 10009023. OLE color: 10009023.

HSL color Cylindrical-coordinate representation of color #BFB998: hue angle of 50.77º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFB998 is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB191185152-
CMYK00.030.200.25
HSL50.77º23.35%67.25%-
HSV(B)50.77º20.42%74.9%-
XYZ44.548.0436.63-
YUV183.03110.49133.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.17%
GREEN value IS 185 (72.66% from 255) = 35.04%
BLUE value IS 152 (59.77% from 255) = 28.79%
R=36.17%
G=35.04%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118515200.030.200.2550.7723.3567.25
HexBFB998031419331743
Octal2772712300324316327103
Binary1011111110111001100110000111010011001110011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB998; }

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

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

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

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

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

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

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

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