#BFBB98

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

Shades of Tana #BFBB98

Tints of Tana #BFBB98

Color information

#BFBB98 (or 0xBFBB98) is unknown color: approx Tana. HEX triplet: BF, BB and 98. RGB value is (191,187,152). Sum of RGB (Red+Green+Blue) = 191+187+152=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 152 (59.77% from 255 or 28.68% from 530); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBB98 is #404467. Grayscale: #B8B8B8. Windows color (decimal): -4211816 or 10009535. OLE color: 10009535.

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

Color convert

RGB191187152-
CMYK00.020.200.25
HSL53.85º23.35%67.25%-
HSV(B)53.85º20.42%74.9%-
XYZ44.9248.8836.77-
YUV184.21109.83132.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.04%
GREEN value IS 187 (73.44% from 255) = 35.28%
BLUE value IS 152 (59.77% from 255) = 28.68%
R=36.04%
G=35.28%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118715200.020.200.2553.8523.3567.25
HexBFBB98021419361743
Octal2772732300224316627103
Binary1011111110111011100110000101010011001110110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBB98; }

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

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

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

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

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

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

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

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