#B4AE89

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

Shades of Chino #B4AE89

Tints of Chino #B4AE89

Color information

#B4AE89 (or 0xB4AE89) is unknown color: approx Chino. HEX triplet: B4, AE and 89. RGB value is (180,174,137). Sum of RGB (Red+Green+Blue) = 180+174+137=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 137 (53.91% from 255 or 27.90% from 491); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AE89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AE89 is #4B5176. Grayscale: #ABABAB. Windows color (decimal): -4936055 or 9023156. OLE color: 9023156.

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

Color convert

RGB180174137-
CMYK00.030.240.29
HSL51.63º22.28%62.16%-
HSV(B)51.63º23.89%70.59%-
XYZ38.4741.7829.7-
YUV171.58108.49134.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.66%
GREEN value IS 174 (68.36% from 255) = 35.44%
BLUE value IS 137 (53.91% from 255) = 27.90%
R=36.66%
G=35.44%
B=27.90%

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
Decimal18017413700.030.240.2951.6322.2862.16
HexB4AE8903181D34163e
Octal264256211033035642676
Binary101101001010111010001001011110001110111010010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AE89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AE89; }

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

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

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

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

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

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

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

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