#B3AE88

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

Shades of Chino #B3AE88

Tints of Chino #B3AE88

Color information

#B3AE88 (or 0xB3AE88) is unknown color: approx Chino. HEX triplet: B3, AE and 88. RGB value is (179,174,136). Sum of RGB (Red+Green+Blue) = 179+174+136=489 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.61% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AE88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AE88 is #4C5177. Grayscale: #ABABAB. Windows color (decimal): -5001592 or 8957619. OLE color: 8957619.

HSL color Cylindrical-coordinate representation of color #B3AE88: hue angle of 53.02º 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 #B3AE88 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB179174136-
CMYK00.030.240.30
HSL53.02º22.05%61.76%-
HSV(B)53.02º24.02%70.2%-
XYZ38.1741.6329.32-
YUV171.16108.16133.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.61%
GREEN value IS 174 (68.36% from 255) = 35.58%
BLUE value IS 136 (53.52% from 255) = 27.81%
R=36.61%
G=35.58%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917413600.030.240.3053.0222.0561.76
HexB3AE8803181E35163e
Octal263256210033036652676
Binary101100111010111010001000011110001111011010110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AE88; }

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

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

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

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

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

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

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

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