#B4AD86

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

Shades of Chino #B4AD86

Tints of Chino #B4AD86

Color information

#B4AD86 (or 0xB4AD86) is unknown color: approx Chino. HEX triplet: B4, AD and 86. RGB value is (180,173,134). Sum of RGB (Red+Green+Blue) = 180+173+134=487 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.96% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 134 (52.73% from 255 or 27.52% from 487); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AD86 is #4B5279. Grayscale: #AAAAAA. Windows color (decimal): -4936314 or 8826292. OLE color: 8826292.

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

Color convert

RGB180173134-
CMYK00.040.260.29
HSL50.87º23.47%61.57%-
HSV(B)50.87º25.56%70.59%-
XYZ38.0741.3128.52-
YUV170.65107.32134.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.96%
GREEN value IS 173 (67.97% from 255) = 35.52%
BLUE value IS 134 (52.73% from 255) = 27.52%
R=36.96%
G=35.52%
B=27.52%

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
Decimal18017313400.040.260.2950.8723.4761.57
HexB4AD86041A1D33173e
Octal264255206043235632776
Binary1011010010101101100001100100110101110111001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AD86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AD86; }

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

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

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

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

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

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

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

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