#BAB090

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

Shades of Chino #BAB090

Tints of Chino #BAB090

Color information

#BAB090 (or 0xBAB090) is unknown color: approx Chino. HEX triplet: BA, B0 and 90. RGB value is (186,176,144). Sum of RGB (Red+Green+Blue) = 186+176+144=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 176 (69.14% from 255 or 34.78% from 506); Blue value is 144 (56.64% from 255 or 28.46% from 506); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB090 is #454F6F. Grayscale: #AFAFAF. Windows color (decimal): -4542320 or 9482426. OLE color: 9482426.

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

Color convert

RGB186176144-
CMYK00.050.230.27
HSL45.71º23.33%64.71%-
HSV(B)45.71º22.58%72.94%-
XYZ40.8143.532.63-
YUV175.34110.31135.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.76%
GREEN value IS 176 (69.14% from 255) = 34.78%
BLUE value IS 144 (56.64% from 255) = 28.46%
R=36.76%
G=34.78%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617614400.050.230.2745.7123.3364.71
HexBAB09005171B2e1741
Octal2722602200527335627101
Binary10111010101100001001000001011011111011101110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB090; }

 p { color: rgb(186,176,144); }

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

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

 a { background-color: rgb(186,176,144); }

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

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

 span { border-color: rgb(186,176,144); }

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