Html Css Color HEX #BBB69E Tana

📋 copy color: '#BBB69E'

red 187 ◦ green 182 ◦ blue 158

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

Shades of Tana #BBB69E

Tints of Tana #BBB69E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 29.98%

R = 35.48%
G = 34.54%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BBB69E (or 0xBBB69E) is known color: Tana. HEX triplet: BB, B6 and 9E. RGB value is (187,182,158). Sum of RGB (Red+Green+Blue) = 187+182+158=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 182 (71.48% from 255 or 34.54% from 527); Blue value is 158 (62.11% from 255 or 29.98% from 527); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB69E is #444961. Grayscale: #B4B4B4. Windows color (decimal): -4475234 or 10401467. OLE color: 10401467.

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

Color convert

RGB 187 182 158 -
CMYK 0 0.03 0.16 0.27
HSL 49.66º 0.18% 0.68% -
HSV(B) 49.66º 0.16% 0.73% -
XYZ 43.39 46.49 39.03 -
YUV 180.76 115.16 132.45 -
System Red Green Blue C M Y K H S L
Decimal 187 182 158 0 0.03 0.16 0.27 49.66 0.18 0.68
Hex BB B6 9E 0 3 10 1B 32 12 44
Octal 273 266 236 0 3 20 33 62 22 104
Binary 10111011 10110110 10011110 0 11 10000 11011 110010 10010 1000100

Color Harmonies of #BBB69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB69E

Black with #BBB69E

Text Example


Text Example

White with #BBB69E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB69E; }

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

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

background-color css

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

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

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

border-color css

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

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

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