#B4AE8A

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

Shades of Chino #B4AE8A

Tints of Chino #B4AE8A

Color information

#B4AE8A (or 0xB4AE8A) is unknown color: approx Chino. HEX triplet: B4, AE and 8A. RGB value is (180,174,138). Sum of RGB (Red+Green+Blue) = 180+174+138=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 174 (68.36% from 255 or 35.37% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AE8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AE8A is #4B5175. Grayscale: #ABABAB. Windows color (decimal): -4936054 or 9088692. OLE color: 9088692.

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

Color convert

RGB180174138-
CMYK00.030.230.29
HSL51.43º21.88%62.35%-
HSV(B)51.43º23.33%70.59%-
XYZ38.5541.8130.08-
YUV171.69108.99133.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.59%
GREEN value IS 174 (68.36% from 255) = 35.37%
BLUE value IS 138 (54.30% from 255) = 28.05%
R=36.59%
G=35.37%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017413800.030.230.2951.4321.8862.35
HexB4AE8A03171D33163e
Octal264256212032735632676
Binary101101001010111010001010011101111110111001110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AE8A; }

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

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

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

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

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

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

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

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