Html Css Color HEX #B3AA87 Chino

📋 copy color: '#B3AA87'

red 179 ◦ green 170 ◦ blue 135

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

Shades of Chino #B3AA87

Tints of Chino #B3AA87

RGB

 RED value IS 179 (70.31% from 255) = 36.98%

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

 BLUE value IS 135 (53.13% from 255) = 27.89%

R = 36.98%
G = 35.12%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B3AA87 (or 0xB3AA87) is known color: Chino. HEX triplet: B3, AA and 87. RGB value is (179,170,135). Sum of RGB (Red+Green+Blue) = 179+170+135=484 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.98% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 135 (53.12% from 255 or 27.89% from 484); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AA87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AA87 is #4C5578. Grayscale: #A8A8A8. Windows color (decimal): -5002617 or 8891059. OLE color: 8891059.

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

Color convert

RGB 179 170 135 -
CMYK 0 0.05 0.25 0.30
HSL 47.73º 0.22% 0.62% -
HSV(B) 47.73º 0.25% 0.7% -
XYZ 37.34 40.08 28.69 -
YUV 168.7 108.98 135.35 -
System Red Green Blue C M Y K H S L
Decimal 179 170 135 0 0.05 0.25 0.30 47.73 0.22 0.62
Hex B3 AA 87 0 5 19 1E 30 16 3E
Octal 263 252 207 0 5 31 36 60 26 76
Binary 10110011 10101010 10000111 0 101 11001 11110 110000 10110 111110

Color Harmonies of #B3AA87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AA87

Black with #B3AA87

Text Example


Text Example

White with #B3AA87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AA87; }

 p { color: rgb(179,170,135); }

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

background-color css

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

 a { background-color: rgb(179,170,135); }

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

border-color css

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

 span { border-color: rgb(179,170,135); }

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