#B3A98B

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

Shades of Chino #B3A98B

Tints of Chino #B3A98B

Color information

#B3A98B (or 0xB3A98B) is unknown color: approx Chino. HEX triplet: B3, A9 and 8B. RGB value is (179,169,139). Sum of RGB (Red+Green+Blue) = 179+169+139=487 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.76% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A98B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A98B is #4C5674. Grayscale: #A8A8A8. Windows color (decimal): -5002869 or 9152947. OLE color: 9152947.

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

Color convert

RGB179169139-
CMYK00.060.220.30
HSL45º20.83%62.35%-
HSV(B)45º22.35%70.2%-
XYZ37.4439.8230.14-
YUV168.57111.31135.44-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.76%
GREEN value IS 169 (66.41% from 255) = 34.70%
BLUE value IS 139 (54.69% from 255) = 28.54%
R=36.76%
G=34.70%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17916913900.060.220.304520.8362.35
HexB3A98B06161E2d153e
Octal263251213062636552576
Binary1011001110101001100010110110101101111010110110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A98B; }

 p { color: rgb(179,169,139); }

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

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

 a { background-color: rgb(179,169,139); }

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

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

 span { border-color: rgb(179,169,139); }

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