Html Css Color HEX #BFB998 Tana

📋 copy color: '#BFB998'

red 191 ◦ green 185 ◦ blue 152

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

Shades of Tana #BFB998

Tints of Tana #BFB998

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

 M value IS 0.03

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

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

RGB 191 185 152 -
CMYK 0 0.03 0.20 0.25
HSL 50.77º 0.23% 0.67% -
HSV(B) 50.77º 0.2% 0.75% -
XYZ 44.5 48.04 36.63 -
YUV 183.03 110.49 133.68 -
System Red Green Blue C M Y K H S L
Decimal 191 185 152 0 0.03 0.20 0.25 50.77 0.23 0.67
Hex BF B9 98 0 3 14 19 33 17 43
Octal 277 271 230 0 3 24 31 63 27 103
Binary 10111111 10111001 10011000 0 11 10100 11001 110011 10111 1000011

Color Harmonies of #BFB998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB998

Black with #BFB998

Text Example


Text Example

White with #BFB998

Text Example


Text Example

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