#B6AD8C

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

Shades of Chino #B6AD8C

Tints of Chino #B6AD8C

Color information

#B6AD8C (or 0xB6AD8C) is unknown color: approx Chino. HEX triplet: B6, AD and 8C. RGB value is (182,173,140). Sum of RGB (Red+Green+Blue) = 182+173+140=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AD8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AD8C is #495273. Grayscale: #ACACAC. Windows color (decimal): -4805236 or 9219510. OLE color: 9219510.

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

Color convert

RGB182173140-
CMYK00.050.230.29
HSL47.14º22.34%63.14%-
HSV(B)47.14º23.08%71.37%-
XYZ38.9741.7330.81-
YUV171.93109.98135.18-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.77%
GREEN value IS 173 (67.97% from 255) = 34.95%
BLUE value IS 140 (55.08% from 255) = 28.28%
R=36.77%
G=34.95%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217314000.050.230.2947.1422.3463.14
HexB6AD8C05171D2f163f
Octal266255214052735572677
Binary1011011010101101100011000101101111110110111110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AD8C; }

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

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

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

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

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

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

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

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