Html Css Color HEX #BBB698 Tana

📋 copy color: '#BBB698'

red 187 ◦ green 182 ◦ blue 152

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

Shades of Tana #BBB698

Tints of Tana #BBB698

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.93%

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

R = 35.89%
G = 34.93%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BBB698 (or 0xBBB698) is known color: Tana. HEX triplet: BB, B6 and 98. RGB value is (187,182,152). Sum of RGB (Red+Green+Blue) = 187+182+152=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 182 (71.48% from 255 or 34.93% from 521); Blue value is 152 (59.77% from 255 or 29.17% from 521); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB698 is #444967. Grayscale: #B4B4B4. Windows color (decimal): -4475240 or 10008251. OLE color: 10008251.

HSL color Cylindrical-coordinate representation of color #BBB698: hue angle of 51.43º 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 #BBB698 is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 182 152 -
CMYK 0 0.03 0.19 0.27
HSL 51.43º 0.2% 0.66% -
HSV(B) 51.43º 0.19% 0.73% -
XYZ 42.89 46.29 36.38 -
YUV 180.08 112.16 132.94 -
System Red Green Blue C M Y K H S L
Decimal 187 182 152 0 0.03 0.19 0.27 51.43 0.2 0.66
Hex BB B6 98 0 3 13 1B 33 14 42
Octal 273 266 230 0 3 23 33 63 24 102
Binary 10111011 10110110 10011000 0 11 10011 11011 110011 10100 1000010

Color Harmonies of #BBB698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB698

Black with #BBB698

Text Example


Text Example

White with #BBB698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB698; }

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

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

background-color css

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

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

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

border-color css

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

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

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