#B3A88A

Color #B3A88A Chino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chino #B3A88A

Tints of Chino #B3A88A

Color information

#B3A88A (or 0xB3A88A) is unknown color: approx Chino. HEX triplet: B3, A8 and 8A. RGB value is (179,168,138). Sum of RGB (Red+Green+Blue) = 179+168+138=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A88A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A88A is #4C5775. Grayscale: #A8A8A8. Windows color (decimal): -5003126 or 9087155. OLE color: 9087155.

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

Color convert

RGB179168138-
CMYK00.060.230.30
HSL43.9º21.24%62.16%-
HSV(B)43.9º22.91%70.2%-
XYZ37.1839.4229.69-
YUV167.87111.14135.94-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.91%
GREEN value IS 168 (66.02% from 255) = 34.64%
BLUE value IS 138 (54.30% from 255) = 28.45%
R=36.91%
G=34.64%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17916813800.060.230.3043.921.2462.16
HexB3A88A06171E2c153e
Octal263250212062736542576
Binary1011001110101000100010100110101111111010110010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A88A; }

 p { color: rgb(179,168,138); }

 H1.HeaderClassName
 {
   color: #B3A88A;
 }
 .AnyTagClassName
 {
   color: #B3A88A;
 }
</style>
background-color css

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

 a { background-color: rgb(179,168,138); }

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

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

 span { border-color: rgb(179,168,138); }

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