Html Css Color HEX #BBB499 Tana

📋 copy color: '#BBB499'

red 187 ◦ green 180 ◦ blue 153

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

Shades of Tana #BBB499

Tints of Tana #BBB499

RGB

 RED value IS 187 (73.44% from 255) = 35.96%

 GREEN value IS 180 (70.7% from 255) = 34.62%

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

R = 35.96%
G = 34.62%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BBB499 (or 0xBBB499) is known color: Tana. HEX triplet: BB, B4 and 99. RGB value is (187,180,153). Sum of RGB (Red+Green+Blue) = 187+180+153=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 153 (60.16% from 255 or 29.42% from 520); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB499 is #444B66. Grayscale: #B3B3B3. Windows color (decimal): -4475751 or 10073275. OLE color: 10073275.

HSL color Cylindrical-coordinate representation of color #BBB499: hue angle of 47.65º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBB499 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 180 153 -
CMYK 0 0.04 0.18 0.27
HSL 47.65º 0.2% 0.67% -
HSV(B) 47.65º 0.18% 0.73% -
XYZ 42.56 45.51 36.68 -
YUV 179.02 113.32 133.7 -
System Red Green Blue C M Y K H S L
Decimal 187 180 153 0 0.04 0.18 0.27 47.65 0.2 0.67
Hex BB B4 99 0 4 12 1B 30 14 43
Octal 273 264 231 0 4 22 33 60 24 103
Binary 10111011 10110100 10011001 0 100 10010 11011 110000 10100 1000011

Color Harmonies of #BBB499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB499

Black with #BBB499

Text Example


Text Example

White with #BBB499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB499; }

 p { color: rgb(187,180,153); }

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

background-color css

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

 a { background-color: rgb(187,180,153); }

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

border-color css

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

 span { border-color: rgb(187,180,153); }

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