Html Css Color HEX #B3AA8E Chino

📋 copy color: '#B3AA8E'

red 179 ◦ green 170 ◦ blue 142

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

Shades of Chino #B3AA8E

Tints of Chino #B3AA8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.92%

R = 36.46%
G = 34.62%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B3AA8E (or 0xB3AA8E) is known color: Chino. HEX triplet: B3, AA and 8E. RGB value is (179,170,142). Sum of RGB (Red+Green+Blue) = 179+170+142=491 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.46% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AA8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AA8E is #4C5571. Grayscale: #A9A9A9. Windows color (decimal): -5002610 or 9349811. OLE color: 9349811.

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

Color convert

RGB 179 170 142 -
CMYK 0 0.05 0.21 0.30
HSL 45.41º 0.2% 0.63% -
HSV(B) 45.41º 0.21% 0.7% -
XYZ 37.85 40.29 31.37 -
YUV 169.5 112.48 134.78 -
System Red Green Blue C M Y K H S L
Decimal 179 170 142 0 0.05 0.21 0.30 45.41 0.2 0.63
Hex B3 AA 8E 0 5 15 1E 2D 14 3F
Octal 263 252 216 0 5 25 36 55 24 77
Binary 10110011 10101010 10001110 0 101 10101 11110 101101 10100 111111

Color Harmonies of #B3AA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AA8E

Black with #B3AA8E

Text Example


Text Example

White with #B3AA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AA8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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