#BAB09A

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

Shades of Akaroa #BAB09A

Tints of Akaroa #BAB09A

Color information

#BAB09A (or 0xBAB09A) is unknown color: approx Akaroa. HEX triplet: BA, B0 and 9A. RGB value is (186,176,154). Sum of RGB (Red+Green+Blue) = 186+176+154=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 154 (60.55% from 255 or 29.84% from 516); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB09A is #454F65. Grayscale: #B0B0B0. Windows color (decimal): -4542310 or 10137786. OLE color: 10137786.

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

Color convert

RGB186176154-
CMYK00.050.170.27
HSL41.25º18.82%66.67%-
HSV(B)41.25º17.2%72.94%-
XYZ41.6143.8236.84-
YUV176.48115.31134.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.05%
GREEN value IS 176 (69.14% from 255) = 34.11%
BLUE value IS 154 (60.55% from 255) = 29.84%
R=36.05%
G=34.11%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617615400.050.170.2741.2518.8266.67
HexBAB09A05111B291343
Octal2722602320521335123103
Binary10111010101100001001101001011000111011101001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB09A; }

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

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

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

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

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

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

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

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