Html Css Color HEX #B8B3AB Tea

📋 copy color: '#B8B3AB'

red 184 ◦ green 179 ◦ blue 171

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

Shades of Tea #B8B3AB

Tints of Tea #B8B3AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.02%

R = 34.46%
G = 33.52%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B8B3AB (or 0xB8B3AB) is known color: Tea. HEX triplet: B8, B3 and AB. RGB value is (184,179,171). Sum of RGB (Red+Green+Blue) = 184+179+171=534 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.46% from 534); Green value is 179 (70.31% from 255 or 33.52% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B3AB is #474C54. Grayscale: #B3B3B3. Windows color (decimal): -4672597 or 11252664. OLE color: 11252664.

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

Color convert

RGB 184 179 171 -
CMYK 0 0.03 0.07 0.28
HSL 36.92º 0.08% 0.7% -
HSV(B) 36.92º 0.07% 0.72% -
XYZ 43.24 45.37 45.01 -
YUV 179.58 123.16 131.15 -
System Red Green Blue C M Y K H S L
Decimal 184 179 171 0 0.03 0.07 0.28 36.92 0.08 0.7
Hex B8 B3 AB 0 3 7 1C 25 8 46
Octal 270 263 253 0 3 7 34 45 10 106
Binary 10111000 10110011 10101011 0 11 111 11100 100101 1000 1000110

Color Harmonies of #B8B3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B3AB

Black with #B8B3AB

Text Example


Text Example

White with #B8B3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B3AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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