#BAAD95

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

Shades of Akaroa #BAAD95

Tints of Akaroa #BAAD95

Color information

#BAAD95 (or 0xBAAD95) is unknown color: approx Akaroa. HEX triplet: BA, AD and 95. RGB value is (186,173,149). Sum of RGB (Red+Green+Blue) = 186+173+149=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 149 (58.59% from 255 or 29.33% from 508); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAD95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAD95 is #45526A. Grayscale: #AEAEAE. Windows color (decimal): -4543083 or 9809338. OLE color: 9809338.

HSL color Cylindrical-coordinate representation of color #BAAD95: hue angle of 38.92º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAAD95 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB186173149-
CMYK00.070.200.27
HSL38.92º21.14%65.69%-
HSV(B)38.92º19.89%72.94%-
XYZ40.6242.534.5-
YUV174.15113.81136.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.61%
GREEN value IS 173 (67.97% from 255) = 34.06%
BLUE value IS 149 (58.59% from 255) = 29.33%
R=36.61%
G=34.06%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617314900.070.200.2738.9221.1465.69
HexBAAD9507141B271542
Octal2722552250724334725102
Binary10111010101011011001010101111010011011100111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAD95; }

 p { color: rgb(186,173,149); }

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

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

 a { background-color: rgb(186,173,149); }

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

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

 span { border-color: rgb(186,173,149); }

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