Html Css Color HEX #B8B0A1 Tea

📋 copy color: '#B8B0A1'

red 184 ◦ green 176 ◦ blue 161

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

Shades of Tea #B8B0A1

Tints of Tea #B8B0A1

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.78%

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

R = 35.32%
G = 33.78%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.12

 K value IS 0.28

RGB Variations

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

Color information

#B8B0A1 (or 0xB8B0A1) is known color: Tea. HEX triplet: B8, B0 and A1. RGB value is (184,176,161). Sum of RGB (Red+Green+Blue) = 184+176+161=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 161 (63.28% from 255 or 30.90% from 521); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B0A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8B0A1 is #474F5E. Grayscale: #B0B0B0. Windows color (decimal): -4673375 or 10596536. OLE color: 10596536.

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

Color convert

RGB 184 176 161 -
CMYK 0 0.04 0.12 0.28
HSL 39.13º 0.14% 0.68% -
HSV(B) 39.13º 0.13% 0.72% -
XYZ 41.73 43.81 39.98 -
YUV 176.68 119.15 133.22 -
System Red Green Blue C M Y K H S L
Decimal 184 176 161 0 0.04 0.12 0.28 39.13 0.14 0.68
Hex B8 B0 A1 0 4 C 1C 27 E 44
Octal 270 260 241 0 4 14 34 47 16 104
Binary 10111000 10110000 10100001 0 100 1100 11100 100111 1110 1000100

Color Harmonies of #B8B0A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B0A1

Black with #B8B0A1

Text Example


Text Example

White with #B8B0A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B0A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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