Html Css Color HEX #B8B2A1 Tea

📋 copy color: '#B8B2A1'

red 184 ◦ green 178 ◦ blue 161

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

Shades of Tea #B8B2A1

Tints of Tea #B8B2A1

RGB

 RED value IS 184 (72.27% from 255) = 35.18%

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

 BLUE value IS 161 (63.28% from 255) = 30.78%

R = 35.18%
G = 34.03%
B = 30.78%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.28

RGB Variations

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

Color information

#B8B2A1 (or 0xB8B2A1) is known color: Tea. HEX triplet: B8, B2 and A1. RGB value is (184,178,161). Sum of RGB (Red+Green+Blue) = 184+178+161=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 178 (69.92% from 255 or 34.03% from 523); Blue value is 161 (63.28% from 255 or 30.78% from 523); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B2A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8B2A1 is #474D5E. Grayscale: #B1B1B1. Windows color (decimal): -4672863 or 10597048. OLE color: 10597048.

HSL color Cylindrical-coordinate representation of color #B8B2A1: hue angle of 44.35º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B8B2A1 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 178 161 -
CMYK 0 0.03 0.12 0.28
HSL 44.35º 0.14% 0.68% -
HSV(B) 44.35º 0.13% 0.72% -
XYZ 42.12 44.6 40.11 -
YUV 177.86 118.49 132.38 -
System Red Green Blue C M Y K H S L
Decimal 184 178 161 0 0.03 0.12 0.28 44.35 0.14 0.68
Hex B8 B2 A1 0 3 C 1C 2C E 44
Octal 270 262 241 0 3 14 34 54 16 104
Binary 10111000 10110010 10100001 0 11 1100 11100 101100 1110 1000100

Color Harmonies of #B8B2A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B2A1

Black with #B8B2A1

Text Example


Text Example

White with #B8B2A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B2A1; }

 p { color: rgb(184,178,161); }

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

background-color css

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

 a { background-color: rgb(184,178,161); }

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

border-color css

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

 span { border-color: rgb(184,178,161); }

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