Html Css Color HEX #B7B2A7 Tea

📋 copy color: '#B7B2A7'

red 183 ◦ green 178 ◦ blue 167

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

Shades of Tea #B7B2A7

Tints of Tea #B7B2A7

RGB

 RED value IS 183 (71.88% from 255) = 34.66%

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

 BLUE value IS 167 (65.63% from 255) = 31.63%

R = 34.66%
G = 33.71%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#B7B2A7 (or 0xB7B2A7) is known color: Tea. HEX triplet: B7, B2 and A7. RGB value is (183,178,167). Sum of RGB (Red+Green+Blue) = 183+178+167=528 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.66% from 528); Green value is 178 (69.92% from 255 or 33.71% from 528); Blue value is 167 (65.62% from 255 or 31.63% from 528); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B2A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7B2A7 is #484D58. Grayscale: #B2B2B2. Windows color (decimal): -4738393 or 10990263. OLE color: 10990263.

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

Color convert

RGB 183 178 167 -
CMYK 0 0.03 0.09 0.28
HSL 41.25º 0.1% 0.69% -
HSV(B) 41.25º 0.09% 0.72% -
XYZ 42.42 44.7 42.95 -
YUV 178.24 121.66 131.39 -
System Red Green Blue C M Y K H S L
Decimal 183 178 167 0 0.03 0.09 0.28 41.25 0.1 0.69
Hex B7 B2 A7 0 3 9 1C 29 A 45
Octal 267 262 247 0 3 11 34 51 12 105
Binary 10110111 10110010 10100111 0 11 1001 11100 101001 1010 1000101

Color Harmonies of #B7B2A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B2A7

Black with #B7B2A7

Text Example


Text Example

White with #B7B2A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B2A7; }

 p { color: rgb(183,178,167); }

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

background-color css

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

 a { background-color: rgb(183,178,167); }

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

border-color css

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

 span { border-color: rgb(183,178,167); }

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