Html Css Color HEX #BBB498 Tana

📋 copy color: '#BBB498'

red 187 ◦ green 180 ◦ blue 152

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

Shades of Tana #BBB498

Tints of Tana #BBB498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 29.29%

R = 36.03%
G = 34.68%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BBB498 (or 0xBBB498) is known color: Tana. HEX triplet: BB, B4 and 98. RGB value is (187,180,152). Sum of RGB (Red+Green+Blue) = 187+180+152=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 152 (59.77% from 255 or 29.29% from 519); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB498 is #444B67. Grayscale: #B3B3B3. Windows color (decimal): -4475752 or 10007739. OLE color: 10007739.

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

Color convert

RGB 187 180 152 -
CMYK 0 0.04 0.19 0.27
HSL 48º 0.2% 0.66% -
HSV(B) 48º 0.19% 0.73% -
XYZ 42.48 45.47 36.24 -
YUV 178.9 112.82 133.78 -
System Red Green Blue C M Y K H S L
Decimal 187 180 152 0 0.04 0.19 0.27 48 0.2 0.66
Hex BB B4 98 0 4 13 1B 30 14 42
Octal 273 264 230 0 4 23 33 60 24 102
Binary 10111011 10110100 10011000 0 100 10011 11011 110000 10100 1000010

Color Harmonies of #BBB498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB498

Black with #BBB498

Text Example


Text Example

White with #BBB498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB498; }

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

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

background-color css

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

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

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

border-color css

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

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

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