#B6AD82

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

Shades of Chino #B6AD82

Tints of Chino #B6AD82

Color information

#B6AD82 (or 0xB6AD82) is unknown color: approx Chino. HEX triplet: B6, AD and 82. RGB value is (182,173,130). Sum of RGB (Red+Green+Blue) = 182+173+130=485 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.53% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 130 (51.17% from 255 or 26.80% from 485); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AD82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AD82 is #49527D. Grayscale: #AAAAAA. Windows color (decimal): -4805246 or 8564150. OLE color: 8564150.

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

Color convert

RGB182173130-
CMYK00.050.290.29
HSL49.62º26.26%61.18%-
HSV(B)49.62º28.57%71.37%-
XYZ38.2641.4427.1-
YUV170.79104.98136-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.53%
GREEN value IS 173 (67.97% from 255) = 35.67%
BLUE value IS 130 (51.17% from 255) = 26.80%
R=37.53%
G=35.67%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217313000.050.290.2949.6226.2661.18
HexB6AD82051D1D321a3d
Octal266255202053535623275
Binary1011011010101101100000100101111011110111001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AD82; }

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

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

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

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

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

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

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

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