Html Css Color HEX #B3AA88 Chino

📋 copy color: '#B3AA88'

red 179 ◦ green 170 ◦ blue 136

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

Shades of Chino #B3AA88

Tints of Chino #B3AA88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 28.04%

R = 36.91%
G = 35.05%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#B3AA88 (or 0xB3AA88) is known color: Chino. HEX triplet: B3, AA and 88. RGB value is (179,170,136). Sum of RGB (Red+Green+Blue) = 179+170+136=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 136 (53.52% from 255 or 28.04% from 485); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AA88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AA88 is #4C5577. Grayscale: #A8A8A8. Windows color (decimal): -5002616 or 8956595. OLE color: 8956595.

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

Color convert

RGB 179 170 136 -
CMYK 0 0.05 0.24 0.30
HSL 47.44º 0.22% 0.62% -
HSV(B) 47.44º 0.24% 0.7% -
XYZ 37.41 40.11 29.06 -
YUV 168.82 109.48 135.26 -
System Red Green Blue C M Y K H S L
Decimal 179 170 136 0 0.05 0.24 0.30 47.44 0.22 0.62
Hex B3 AA 88 0 5 18 1E 2F 16 3E
Octal 263 252 210 0 5 30 36 57 26 76
Binary 10110011 10101010 10001000 0 101 11000 11110 101111 10110 111110

Color Harmonies of #B3AA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AA88

Black with #B3AA88

Text Example


Text Example

White with #B3AA88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AA88; }

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

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

background-color css

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

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

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

border-color css

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

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

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