#B4AE88

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

Shades of Chino #B4AE88

Tints of Chino #B4AE88

Color information

#B4AE88 (or 0xB4AE88) is unknown color: approx Chino. HEX triplet: B4, AE and 88. RGB value is (180,174,136). Sum of RGB (Red+Green+Blue) = 180+174+136=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 174 (68.36% from 255 or 35.51% from 490); Blue value is 136 (53.52% from 255 or 27.76% from 490); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AE88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AE88 is #4B5177. Grayscale: #ABABAB. Windows color (decimal): -4936056 or 8957620. OLE color: 8957620.

HSL color Cylindrical-coordinate representation of color #B4AE88: hue angle of 51.82º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4AE88 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB180174136-
CMYK00.030.240.29
HSL51.82º22.68%61.96%-
HSV(B)51.82º24.44%70.59%-
XYZ38.441.7529.33-
YUV171.46107.99134.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.73%
GREEN value IS 174 (68.36% from 255) = 35.51%
BLUE value IS 136 (53.52% from 255) = 27.76%
R=36.73%
G=35.51%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017413600.030.240.2951.8222.6861.96
HexB4AE8803181D34173e
Octal264256210033035642776
Binary101101001010111010001000011110001110111010010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AE88; }

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

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

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

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

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

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

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

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