Html Css Color HEX #BBB2A4 Tea

📋 copy color: '#BBB2A4'

red 187 ◦ green 178 ◦ blue 164

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

Shades of Tea #BBB2A4

Tints of Tea #BBB2A4

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.65%

 BLUE value IS 164 (64.45% from 255) = 31%

R = 35.35%
G = 33.65%
B = 31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#BBB2A4 (or 0xBBB2A4) is known color: Tea. HEX triplet: BB, B2 and A4. RGB value is (187,178,164). Sum of RGB (Red+Green+Blue) = 187+178+164=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 178 (69.92% from 255 or 33.65% from 529); Blue value is 164 (64.45% from 255 or 31.00% from 529); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB2A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB2A4 is #444D5B. Grayscale: #B3B3B3. Windows color (decimal): -4476252 or 10793659. OLE color: 10793659.

HSL color Cylindrical-coordinate representation of color #BBB2A4: hue angle of 36.52º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBB2A4 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 178 164 -
CMYK 0 0.05 0.12 0.27
HSL 36.52º 0.14% 0.69% -
HSV(B) 36.52º 0.12% 0.73% -
XYZ 43.11 45.09 41.55 -
YUV 179.1 119.48 133.64 -
System Red Green Blue C M Y K H S L
Decimal 187 178 164 0 0.05 0.12 0.27 36.52 0.14 0.69
Hex BB B2 A4 0 5 C 1B 25 E 45
Octal 273 262 244 0 5 14 33 45 16 105
Binary 10111011 10110010 10100100 0 101 1100 11011 100101 1110 1000101

Color Harmonies of #BBB2A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB2A4

Black with #BBB2A4

Text Example


Text Example

White with #BBB2A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB2A4; }

 p { color: rgb(187,178,164); }

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

background-color css

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

 a { background-color: rgb(187,178,164); }

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

border-color css

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

 span { border-color: rgb(187,178,164); }

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