#BAB085

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

Shades of Chino #BAB085

Tints of Chino #BAB085

Color information

#BAB085 (or 0xBAB085) is unknown color: approx Chino. HEX triplet: BA, B0 and 85. RGB value is (186,176,133). Sum of RGB (Red+Green+Blue) = 186+176+133=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 133 (52.34% from 255 or 26.87% from 495); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB085 is #454F7A. Grayscale: #AEAEAE. Windows color (decimal): -4542331 or 8761530. OLE color: 8761530.

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

Color convert

RGB186176133-
CMYK00.050.280.27
HSL48.68º27.75%62.55%-
HSV(B)48.68º28.49%72.94%-
XYZ40.0143.1828.42-
YUV174.09104.81136.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.58%
GREEN value IS 176 (69.14% from 255) = 35.56%
BLUE value IS 133 (52.34% from 255) = 26.87%
R=37.58%
G=35.56%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617613300.050.280.2748.6827.7562.55
HexBAB085051C1B311c3f
Octal272260205053433613477
Binary1011101010110000100001010101111001101111000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB085; }

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

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

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

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

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

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

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

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