Html Css Color HEX #B3AA85 Chino

📋 copy color: '#B3AA85'

red 179 ◦ green 170 ◦ blue 133

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

Shades of Chino #B3AA85

Tints of Chino #B3AA85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.59%

R = 37.14%
G = 35.27%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B3AA85 (or 0xB3AA85) is known color: Chino. HEX triplet: B3, AA and 85. RGB value is (179,170,133). Sum of RGB (Red+Green+Blue) = 179+170+133=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AA85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AA85 is #4C557A. Grayscale: #A8A8A8. Windows color (decimal): -5002619 or 8759987. OLE color: 8759987.

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

Color convert

RGB 179 170 133 -
CMYK 0 0.05 0.26 0.30
HSL 48.26º 0.23% 0.61% -
HSV(B) 48.26º 0.26% 0.7% -
XYZ 37.2 40.03 27.96 -
YUV 168.47 107.98 135.51 -
System Red Green Blue C M Y K H S L
Decimal 179 170 133 0 0.05 0.26 0.30 48.26 0.23 0.61
Hex B3 AA 85 0 5 1A 1E 30 17 3D
Octal 263 252 205 0 5 32 36 60 27 75
Binary 10110011 10101010 10000101 0 101 11010 11110 110000 10111 111101

Color Harmonies of #B3AA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AA85

Black with #B3AA85

Text Example


Text Example

White with #B3AA85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AA85; }

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

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

background-color css

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

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

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

border-color css

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

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

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