Html Css Color HEX #BBB2A5 Tea

📋 copy color: '#BBB2A5'

red 187 ◦ green 178 ◦ blue 165

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

Shades of Tea #BBB2A5

Tints of Tea #BBB2A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 31.13%

R = 35.28%
G = 33.58%
B = 31.13%

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

#BBB2A5 (or 0xBBB2A5) is known color: Tea. HEX triplet: BB, B2 and A5. RGB value is (187,178,165). Sum of RGB (Red+Green+Blue) = 187+178+165=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 178 (69.92% from 255 or 33.58% from 530); Blue value is 165 (64.84% from 255 or 31.13% from 530); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB2A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB2A5 is #444D5A. Grayscale: #B3B3B3. Windows color (decimal): -4476251 or 10859195. OLE color: 10859195.

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

Color convert

RGB 187 178 165 -
CMYK 0 0.05 0.12 0.27
HSL 35.45º 0.14% 0.69% -
HSV(B) 35.45º 0.12% 0.73% -
XYZ 43.21 45.12 42.03 -
YUV 179.21 119.98 133.56 -
System Red Green Blue C M Y K H S L
Decimal 187 178 165 0 0.05 0.12 0.27 35.45 0.14 0.69
Hex BB B2 A5 0 5 C 1B 23 E 45
Octal 273 262 245 0 5 14 33 43 16 105
Binary 10111011 10110010 10100101 0 101 1100 11011 100011 1110 1000101

Color Harmonies of #BBB2A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB2A5

Black with #BBB2A5

Text Example


Text Example

White with #BBB2A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB2A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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