#BAB39D

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

Shades of Akaroa #BAB39D

Tints of Akaroa #BAB39D

Color information

#BAB39D (or 0xBAB39D) is unknown color: approx Akaroa. HEX triplet: BA, B3 and 9D. RGB value is (186,179,157). Sum of RGB (Red+Green+Blue) = 186+179+157=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 179 (70.31% from 255 or 34.29% from 522); Blue value is 157 (61.72% from 255 or 30.08% from 522); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB39D is #454C62. Grayscale: #B2B2B2. Windows color (decimal): -4541539 or 10335162. OLE color: 10335162.

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

Color convert

RGB186179157-
CMYK00.040.160.27
HSL45.52º17.37%67.25%-
HSV(B)45.52º15.59%72.94%-
XYZ42.4645.1138.37-
YUV178.58115.82133.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.63%
GREEN value IS 179 (70.31% from 255) = 34.29%
BLUE value IS 157 (61.72% from 255) = 30.08%
R=35.63%
G=34.29%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617915700.040.160.2745.5217.3767.25
HexBAB39D04101B2e1143
Octal2722632350420335621103
Binary10111010101100111001110101001000011011101110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB39D; }

 p { color: rgb(186,179,157); }

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

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

 a { background-color: rgb(186,179,157); }

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

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

 span { border-color: rgb(186,179,157); }

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