Html Css Color HEX #BFBB98 Tana

📋 copy color: '#BFBB98'

red 191 ◦ green 187 ◦ blue 152

#BFBB98
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tana #BFBB98

Tints of Tana #BFBB98

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 value IS 0

 M value IS 0.02

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#BFBB98 (or 0xBFBB98) is known color: 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

RGB 191 187 152 -
CMYK 0 0.02 0.20 0.25
HSL 53.85º 0.23% 0.67% -
HSV(B) 53.85º 0.2% 0.75% -
XYZ 44.92 48.88 36.77 -
YUV 184.21 109.83 132.85 -
System Red Green Blue C M Y K H S L
Decimal 191 187 152 0 0.02 0.20 0.25 53.85 0.23 0.67
Hex BF BB 98 0 2 14 19 36 17 43
Octal 277 273 230 0 2 24 31 66 27 103
Binary 10111111 10111011 10011000 0 10 10100 11001 110110 10111 1000011

Color Harmonies of #BFBB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBB98

Black with #BFBB98

Text Example


Text Example

White with #BFBB98

Text Example


Text Example

HTML Codes & Css Web 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>