Html Css Color HEX #B8B3A6 Tea

📋 copy color: '#B8B3A6'

red 184 ◦ green 179 ◦ blue 166

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

Shades of Tea #B8B3A6

Tints of Tea #B8B3A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 31.38%

R = 34.78%
G = 33.84%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.28

RGB Variations

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

Color information

#B8B3A6 (or 0xB8B3A6) is known color: Tea. HEX triplet: B8, B3 and A6. RGB value is (184,179,166). Sum of RGB (Red+Green+Blue) = 184+179+166=529 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.78% from 529); Green value is 179 (70.31% from 255 or 33.84% from 529); Blue value is 166 (65.23% from 255 or 31.38% from 529); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B3A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B3A6 is #474C59. Grayscale: #B3B3B3. Windows color (decimal): -4672602 or 10924984. OLE color: 10924984.

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

Color convert

RGB 184 179 166 -
CMYK 0 0.03 0.10 0.28
HSL 43.33º 0.11% 0.69% -
HSV(B) 43.33º 0.1% 0.72% -
XYZ 42.77 45.18 42.54 -
YUV 179.01 120.66 131.56 -
System Red Green Blue C M Y K H S L
Decimal 184 179 166 0 0.03 0.10 0.28 43.33 0.11 0.69
Hex B8 B3 A6 0 3 A 1C 2B B 45
Octal 270 263 246 0 3 12 34 53 13 105
Binary 10111000 10110011 10100110 0 11 1010 11100 101011 1011 1000101

Color Harmonies of #B8B3A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B3A6

Black with #B8B3A6

Text Example


Text Example

White with #B8B3A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B3A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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