#B6AD85

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

Shades of Chino #B6AD85

Tints of Chino #B6AD85

Color information

#B6AD85 (or 0xB6AD85) is unknown color: approx Chino. HEX triplet: B6, AD and 85. RGB value is (182,173,133). Sum of RGB (Red+Green+Blue) = 182+173+133=488 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.30% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AD85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AD85 is #49527A. Grayscale: #ABABAB. Windows color (decimal): -4805243 or 8760758. OLE color: 8760758.

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

Color convert

RGB182173133-
CMYK00.050.270.29
HSL48.98º25.13%61.76%-
HSV(B)48.98º26.92%71.37%-
XYZ38.4741.5328.18-
YUV171.13106.48135.75-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.30%
GREEN value IS 173 (67.97% from 255) = 35.45%
BLUE value IS 133 (52.34% from 255) = 27.25%
R=37.30%
G=35.45%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217313300.050.270.2948.9825.1361.76
HexB6AD85051B1D31193e
Octal266255205053335613176
Binary1011011010101101100001010101110111110111000111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AD85; }

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

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

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

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

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

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

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

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