#B6AE8A

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

Shades of Chino #B6AE8A

Tints of Chino #B6AE8A

Color information

#B6AE8A (or 0xB6AE8A) is unknown color: approx Chino. HEX triplet: B6, AE and 8A. RGB value is (182,174,138). Sum of RGB (Red+Green+Blue) = 182+174+138=494 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.84% from 494); Green value is 174 (68.36% from 255 or 35.22% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AE8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AE8A is #495175. Grayscale: #ACACAC. Windows color (decimal): -4804982 or 9088694. OLE color: 9088694.

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

Color convert

RGB182174138-
CMYK00.040.240.29
HSL49.09º23.16%62.75%-
HSV(B)49.09º24.18%71.37%-
XYZ39.0142.0530.11-
YUV172.29108.65134.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.84%
GREEN value IS 174 (68.36% from 255) = 35.22%
BLUE value IS 138 (54.30% from 255) = 27.94%
R=36.84%
G=35.22%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217413800.040.240.2949.0923.1662.75
HexB6AE8A04181D31173f
Octal266256212043035612777
Binary1011011010101110100010100100110001110111000110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AE8A; }

 p { color: rgb(182,174,138); }

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

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

 a { background-color: rgb(182,174,138); }

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

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

 span { border-color: rgb(182,174,138); }

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