#B4AE83

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

Shades of Chino #B4AE83

Tints of Chino #B4AE83

Color information

#B4AE83 (or 0xB4AE83) is unknown color: approx Chino. HEX triplet: B4, AE and 83. RGB value is (180,174,131). Sum of RGB (Red+Green+Blue) = 180+174+131=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 131 (51.56% from 255 or 27.01% from 485); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AE83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AE83 is #4B517C. Grayscale: #ABABAB. Windows color (decimal): -4936061 or 8629940. OLE color: 8629940.

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

Color convert

RGB180174131-
CMYK00.030.270.29
HSL52.65º24.62%60.98%-
HSV(B)52.65º27.22%70.59%-
XYZ38.0641.6127.5-
YUV170.89105.49134.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.11%
GREEN value IS 174 (68.36% from 255) = 35.88%
BLUE value IS 131 (51.56% from 255) = 27.01%
R=37.11%
G=35.88%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017413100.030.270.2952.6524.6260.98
HexB4AE83031B1D35193d
Octal264256203033335653175
Binary101101001010111010000011011110111110111010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AE83; }

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

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

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

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

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

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

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

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