Html Css Color HEX #B2B0A7 Tana

📋 copy color: '#B2B0A7'

red 178 ◦ green 176 ◦ blue 167

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

Shades of Tana #B2B0A7

Tints of Tana #B2B0A7

RGB

 RED value IS 178 (69.92% from 255) = 34.17%

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

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

R = 34.17%
G = 33.78%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B2B0A7 (or 0xB2B0A7) is known color: Tana. HEX triplet: B2, B0 and A7. RGB value is (178,176,167). Sum of RGB (Red+Green+Blue) = 178+176+167=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 167 (65.62% from 255 or 32.05% from 521); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B0A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2B0A7 is #4D4F58. Grayscale: #AFAFAF. Windows color (decimal): -5066585 or 10989746. OLE color: 10989746.

HSL color Cylindrical-coordinate representation of color #B2B0A7: hue angle of 49.09º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B2B0A7 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 176 167 -
CMYK 0 0.01 0.06 0.30
HSL 49.09º 0.07% 0.68% -
HSV(B) 49.09º 0.06% 0.7% -
XYZ 40.86 43.31 42.76 -
YUV 175.57 123.16 129.73 -
System Red Green Blue C M Y K H S L
Decimal 178 176 167 0 0.01 0.06 0.30 49.09 0.07 0.68
Hex B2 B0 A7 0 1 6 1E 31 7 44
Octal 262 260 247 0 1 6 36 61 7 104
Binary 10110010 10110000 10100111 0 1 110 11110 110001 111 1000100

Color Harmonies of #B2B0A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B0A7

Black with #B2B0A7

Text Example


Text Example

White with #B2B0A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B0A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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