Html Css Color HEX #B2AA8A Chino

📋 copy color: '#B2AA8A'

red 178 ◦ green 170 ◦ blue 138

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

Shades of Chino #B2AA8A

Tints of Chino #B2AA8A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.98%

 BLUE value IS 138 (54.3% from 255) = 28.4%

R = 36.63%
G = 34.98%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2AA8A (or 0xB2AA8A) is known color: Chino. HEX triplet: B2, AA and 8A. RGB value is (178,170,138). Sum of RGB (Red+Green+Blue) = 178+170+138=486 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.63% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 138 (54.30% from 255 or 28.40% from 486); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AA8A is #4D5575. Grayscale: #A8A8A8. Windows color (decimal): -5068150 or 9087666. OLE color: 9087666.

HSL color Cylindrical-coordinate representation of color #B2AA8A: hue angle of 48º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2AA8A is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 170 138 -
CMYK 0 0.04 0.22 0.30
HSL 48º 0.21% 0.62% -
HSV(B) 48º 0.22% 0.7% -
XYZ 37.32 40.05 29.81 -
YUV 168.74 110.65 134.6 -
System Red Green Blue C M Y K H S L
Decimal 178 170 138 0 0.04 0.22 0.30 48 0.21 0.62
Hex B2 AA 8A 0 4 16 1E 30 15 3E
Octal 262 252 212 0 4 26 36 60 25 76
Binary 10110010 10101010 10001010 0 100 10110 11110 110000 10101 111110

Color Harmonies of #B2AA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AA8A

Black with #B2AA8A

Text Example


Text Example

White with #B2AA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AA8A; }

 p { color: rgb(178,170,138); }

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

background-color css

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

 a { background-color: rgb(178,170,138); }

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

border-color css

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

 span { border-color: rgb(178,170,138); }

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