#B4AD85

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

Shades of Chino #B4AD85

Tints of Chino #B4AD85

Color information

#B4AD85 (or 0xB4AD85) is unknown color: approx Chino. HEX triplet: B4, AD and 85. RGB value is (180,173,133). Sum of RGB (Red+Green+Blue) = 180+173+133=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 133 (52.34% from 255 or 27.37% from 486); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AD85 is #4B527A. Grayscale: #AAAAAA. Windows color (decimal): -4936315 or 8760756. OLE color: 8760756.

HSL color Cylindrical-coordinate representation of color #B4AD85: hue angle of 51.06º 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 #B4AD85 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB180173133-
CMYK00.040.260.29
HSL51.06º23.86%61.37%-
HSV(B)51.06º26.11%70.59%-
XYZ3841.2828.16-
YUV170.53106.82134.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.04%
GREEN value IS 173 (67.97% from 255) = 35.60%
BLUE value IS 133 (52.34% from 255) = 27.37%
R=37.04%
G=35.60%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017313300.040.260.2951.0623.8661.37
HexB4AD85041A1D33183d
Octal264255205043235633075
Binary1011010010101101100001010100110101110111001111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AD85; }

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

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

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

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

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

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

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

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