Html Css Color HEX #B6AA8A Chino

📋 copy color: '#B6AA8A'

red 182 ◦ green 170 ◦ blue 138

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

Shades of Chino #B6AA8A

Tints of Chino #B6AA8A

RGB

 RED value IS 182 (71.48% from 255) = 37.14%

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

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

R = 37.14%
G = 34.69%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B6AA8A (or 0xB6AA8A) is known color: Chino. HEX triplet: B6, AA and 8A. RGB value is (182,170,138). Sum of RGB (Red+Green+Blue) = 182+170+138=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AA8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AA8A is #495575. Grayscale: #AAAAAA. Windows color (decimal): -4806006 or 9087670. OLE color: 9087670.

HSL color Cylindrical-coordinate representation of color #B6AA8A: hue angle of 43.64º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6AA8A is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 170 138 -
CMYK 0 0.07 0.24 0.29
HSL 43.64º 0.23% 0.63% -
HSV(B) 43.64º 0.24% 0.71% -
XYZ 38.25 40.53 29.85 -
YUV 169.94 109.98 136.6 -
System Red Green Blue C M Y K H S L
Decimal 182 170 138 0 0.07 0.24 0.29 43.64 0.23 0.63
Hex B6 AA 8A 0 7 18 1D 2C 17 3F
Octal 266 252 212 0 7 30 35 54 27 77
Binary 10110110 10101010 10001010 0 111 11000 11101 101100 10111 111111

Color Harmonies of #B6AA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AA8A

Black with #B6AA8A

Text Example


Text Example

White with #B6AA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AA8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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