#BBAC95

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

Shades of Akaroa #BBAC95

Tints of Akaroa #BBAC95

Color information

#BBAC95 (or 0xBBAC95) is unknown color: approx Akaroa. HEX triplet: BB, AC and 95. RGB value is (187,172,149). Sum of RGB (Red+Green+Blue) = 187+172+149=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 172 (67.58% from 255 or 33.86% from 508); Blue value is 149 (58.59% from 255 or 29.33% from 508); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAC95 is #44536A. Grayscale: #ADADAD. Windows color (decimal): -4477803 or 9809083. OLE color: 9809083.

HSL color Cylindrical-coordinate representation of color #BBAC95: hue angle of 36.32º degrees, saturation: 0.22, 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 #BBAC95 is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB187172149-
CMYK00.080.200.27
HSL36.32º21.84%65.88%-
HSV(B)36.32º20.32%73.33%-
XYZ40.6742.2434.44-
YUV173.86113.97137.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.81%
GREEN value IS 172 (67.58% from 255) = 33.86%
BLUE value IS 149 (58.59% from 255) = 29.33%
R=36.81%
G=33.86%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717214900.080.200.2736.3221.8465.88
HexBBAC9508141B241642
Octal27325422501024334426102
Binary101110111010110010010101010001010011011100100101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAC95; }

 p { color: rgb(187,172,149); }

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

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

 a { background-color: rgb(187,172,149); }

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

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

 span { border-color: rgb(187,172,149); }

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