Html Css Color HEX #BFBC99 Tana

📋 copy color: '#BFBC99'

red 191 ◦ green 188 ◦ blue 153

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

Shades of Tana #BFBC99

Tints of Tana #BFBC99

RGB

 RED value IS 191 (75% from 255) = 35.9%

 GREEN value IS 188 (73.83% from 255) = 35.34%

 BLUE value IS 153 (60.16% from 255) = 28.76%

R = 35.9%
G = 35.34%
B = 28.76%

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

#BFBC99 (or 0xBFBC99) is known color: Tana. HEX triplet: BF, BC and 99. RGB value is (191,188,153). Sum of RGB (Red+Green+Blue) = 191+188+153=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 153 (60.16% from 255 or 28.76% from 532); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBC99 is #404366. Grayscale: #B9B9B9. Windows color (decimal): -4211559 or 10075327. OLE color: 10075327.

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

Color convert

RGB 191 188 153 -
CMYK 0 0.02 0.20 0.25
HSL 55.26º 0.23% 0.67% -
HSV(B) 55.26º 0.2% 0.75% -
XYZ 45.22 49.34 37.28 -
YUV 184.91 109.99 132.35 -
System Red Green Blue C M Y K H S L
Decimal 191 188 153 0 0.02 0.20 0.25 55.26 0.23 0.67
Hex BF BC 99 0 2 14 19 37 17 43
Octal 277 274 231 0 2 24 31 67 27 103
Binary 10111111 10111100 10011001 0 10 10100 11001 110111 10111 1000011

Color Harmonies of #BFBC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBC99

Black with #BFBC99

Text Example


Text Example

White with #BFBC99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBC99; }

 p { color: rgb(191,188,153); }

 H1.HeaderClassName
 {
   color: #BFBC99;
 }
 .AnyTagClassName
 {
   color: #BFBC99;
 }
</style>

background-color css

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

 a { background-color: rgb(191,188,153); }

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

border-color css

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

 span { border-color: rgb(191,188,153); }

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