#B4A985

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

Shades of Chino #B4A985

Tints of Chino #B4A985

Color information

#B4A985 (or 0xB4A985) is unknown color: approx Chino. HEX triplet: B4, A9 and 85. RGB value is (180,169,133). Sum of RGB (Red+Green+Blue) = 180+169+133=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 169 (66.41% from 255 or 35.06% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A985 is #4B567A. Grayscale: #A8A8A8. Windows color (decimal): -4937339 or 8759732. OLE color: 8759732.

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

Color convert

RGB180169133-
CMYK00.060.260.29
HSL45.96º23.86%61.37%-
HSV(B)45.96º26.11%70.59%-
XYZ37.2439.7727.9-
YUV168.18108.14136.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.34%
GREEN value IS 169 (66.41% from 255) = 35.06%
BLUE value IS 133 (52.34% from 255) = 27.59%
R=37.34%
G=35.06%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016913300.060.260.2945.9623.8661.37
HexB4A985061A1D2e183d
Octal264251205063235563075
Binary1011010010101001100001010110110101110110111011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A985; }

 p { color: rgb(180,169,133); }

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

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

 a { background-color: rgb(180,169,133); }

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

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

 span { border-color: rgb(180,169,133); }

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