#B6AF8A

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

Shades of Chino #B6AF8A

Tints of Chino #B6AF8A

Color information

#B6AF8A (or 0xB6AF8A) is unknown color: approx Chino. HEX triplet: B6, AF and 8A. RGB value is (182,175,138). Sum of RGB (Red+Green+Blue) = 182+175+138=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AF8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AF8A is #495075. Grayscale: #ADADAD. Windows color (decimal): -4804726 or 9088950. OLE color: 9088950.

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

Color convert

RGB182175138-
CMYK00.040.240.29
HSL50.45º23.16%62.75%-
HSV(B)50.45º24.18%71.37%-
XYZ39.2142.4430.17-
YUV172.88108.32134.51-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.77%
GREEN value IS 175 (68.75% from 255) = 35.35%
BLUE value IS 138 (54.30% from 255) = 27.88%
R=36.77%
G=35.35%
B=27.88%

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
Decimal18217513800.040.240.2950.4523.1662.75
HexB6AF8A04181D32173f
Octal266257212043035622777
Binary1011011010101111100010100100110001110111001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AF8A; }

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

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

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

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

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

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

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

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