#B6AE8B

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

Shades of Chino #B6AE8B

Tints of Chino #B6AE8B

Color information

#B6AE8B (or 0xB6AE8B) is unknown color: approx Chino. HEX triplet: B6, AE and 8B. RGB value is (182,174,139). Sum of RGB (Red+Green+Blue) = 182+174+139=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AE8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AE8B is #495174. Grayscale: #ACACAC. Windows color (decimal): -4804981 or 9154230. OLE color: 9154230.

HSL color Cylindrical-coordinate representation of color #B6AE8B: hue angle of 48.84º 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 #B6AE8B is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB182174139-
CMYK00.040.240.29
HSL48.84º22.75%62.94%-
HSV(B)48.84º23.63%71.37%-
XYZ39.0942.0830.49-
YUV172.4109.15134.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.77%
GREEN value IS 174 (68.36% from 255) = 35.15%
BLUE value IS 139 (54.69% from 255) = 28.08%
R=36.77%
G=35.15%
B=28.08%

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
Decimal18217413900.040.240.2948.8422.7562.94
HexB6AE8B04181D31173f
Octal266256213043035612777
Binary1011011010101110100010110100110001110111000110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AE8B; }

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

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

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

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

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

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

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

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