#BBAE95

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

Shades of Akaroa #BBAE95

Tints of Akaroa #BBAE95

Color information

#BBAE95 (or 0xBBAE95) is unknown color: approx Akaroa. HEX triplet: BB, AE and 95. RGB value is (187,174,149). Sum of RGB (Red+Green+Blue) = 187+174+149=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 174 (68.36% from 255 or 34.12% from 510); Blue value is 149 (58.59% from 255 or 29.22% from 510); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAE95 is #44516A. Grayscale: #AFAFAF. Windows color (decimal): -4477291 or 9809595. OLE color: 9809595.

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

Color convert

RGB187174149-
CMYK00.070.200.27
HSL39.47º21.84%65.88%-
HSV(B)39.47º20.32%73.33%-
XYZ41.0543.0134.57-
YUV175.04113.31136.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.67%
GREEN value IS 174 (68.36% from 255) = 34.12%
BLUE value IS 149 (58.59% from 255) = 29.22%
R=36.67%
G=34.12%
B=29.22%

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
Decimal18717414900.070.200.2739.4721.8465.88
HexBBAE9507141B271642
Octal2732562250724334726102
Binary10111011101011101001010101111010011011100111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAE95; }

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

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

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

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

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

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

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

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