#BAAF9F

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

Shades of Akaroa #BAAF9F

Tints of Akaroa #BAAF9F

Color information

#BAAF9F (or 0xBAAF9F) is unknown color: approx Akaroa. HEX triplet: BA, AF and 9F. RGB value is (186,175,159). Sum of RGB (Red+Green+Blue) = 186+175+159=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 159 (62.5% from 255 or 30.58% from 520); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAF9F is #455060. Grayscale: #B0B0B0. Windows color (decimal): -4542561 or 10465210. OLE color: 10465210.

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

Color convert

RGB186175159-
CMYK00.060.150.27
HSL35.56º16.36%67.65%-
HSV(B)35.56º14.52%72.94%-
XYZ41.8443.639.01-
YUV176.46118.14134.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.77%
GREEN value IS 175 (68.75% from 255) = 33.65%
BLUE value IS 159 (62.5% from 255) = 30.58%
R=35.77%
G=33.65%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617515900.060.150.2735.5616.3667.65
HexBAAF9F06F1B241044
Octal2722572370617334420104
Binary1011101010101111100111110110111111011100100100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAF9F; }

 p { color: rgb(186,175,159); }

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

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

 a { background-color: rgb(186,175,159); }

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

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

 span { border-color: rgb(186,175,159); }

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