#BAAF8B

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

Shades of Chino #BAAF8B

Tints of Chino #BAAF8B

Color information

#BAAF8B (or 0xBAAF8B) is unknown color: approx Chino. HEX triplet: BA, AF and 8B. RGB value is (186,175,139). Sum of RGB (Red+Green+Blue) = 186+175+139=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 139 (54.69% from 255 or 27.8% from 500); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAF8B is #455074. Grayscale: #AEAEAE. Windows color (decimal): -4542581 or 9154490. OLE color: 9154490.

HSL color Cylindrical-coordinate representation of color #BAAF8B: hue angle of 45.96º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAAF8B is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB186175139-
CMYK00.060.250.27
HSL45.96º25.41%63.73%-
HSV(B)45.96º25.27%72.94%-
XYZ40.2442.9630.6-
YUV174.18108.14136.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.2%
GREEN value IS 175 (68.75% from 255) = 35%
BLUE value IS 139 (54.69% from 255) = 27.8%
R=37.2%
G=35%
B=27.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617513900.060.250.2745.9625.4163.73
HexBAAF8B06191B2e1940
Octal2722572130631335631100
Binary10111010101011111000101101101100111011101110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAF8B; }

 p { color: rgb(186,175,139); }

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

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

 a { background-color: rgb(186,175,139); }

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

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

 span { border-color: rgb(186,175,139); }

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