Html Css Color HEX #B8B3AA Tea

📋 copy color: '#B8B3AA'

red 184 ◦ green 179 ◦ blue 170

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

Shades of Tea #B8B3AA

Tints of Tea #B8B3AA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.58%

 BLUE value IS 170 (66.8% from 255) = 31.89%

R = 34.52%
G = 33.58%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B8B3AA (or 0xB8B3AA) is known color: Tea. HEX triplet: B8, B3 and AA. RGB value is (184,179,170). Sum of RGB (Red+Green+Blue) = 184+179+170=533 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.52% from 533); Green value is 179 (70.31% from 255 or 33.58% from 533); Blue value is 170 (66.80% from 255 or 31.89% from 533); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B3AA is #474C55. Grayscale: #B3B3B3. Windows color (decimal): -4672598 or 11187128. OLE color: 11187128.

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

Color convert

RGB 184 179 170 -
CMYK 0 0.03 0.08 0.28
HSL 38.57º 0.09% 0.69% -
HSV(B) 38.57º 0.08% 0.72% -
XYZ 43.14 45.33 44.51 -
YUV 179.47 122.66 131.23 -
System Red Green Blue C M Y K H S L
Decimal 184 179 170 0 0.03 0.08 0.28 38.57 0.09 0.69
Hex B8 B3 AA 0 3 8 1C 27 9 45
Octal 270 263 252 0 3 10 34 47 11 105
Binary 10111000 10110011 10101010 0 11 1000 11100 100111 1001 1000101

Color Harmonies of #B8B3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B3AA

Black with #B8B3AA

Text Example


Text Example

White with #B8B3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B3AA; }

 p { color: rgb(184,179,170); }

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

background-color css

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

 a { background-color: rgb(184,179,170); }

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

border-color css

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

 span { border-color: rgb(184,179,170); }

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