#BBAD95

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

Shades of Akaroa #BBAD95

Tints of Akaroa #BBAD95

Color information

#BBAD95 (or 0xBBAD95) is unknown color: approx Akaroa. HEX triplet: BB, AD and 95. RGB value is (187,173,149). Sum of RGB (Red+Green+Blue) = 187+173+149=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 149 (58.59% from 255 or 29.27% from 509); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAD95 is #44526A. Grayscale: #AEAEAE. Windows color (decimal): -4477547 or 9809339. OLE color: 9809339.

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

Color convert

RGB187173149-
CMYK00.070.200.27
HSL37.89º21.84%65.88%-
HSV(B)37.89º20.32%73.33%-
XYZ40.8642.6234.51-
YUV174.45113.64136.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.74%
GREEN value IS 173 (67.97% from 255) = 33.99%
BLUE value IS 149 (58.59% from 255) = 29.27%
R=36.74%
G=33.99%
B=29.27%

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
Decimal18717314900.070.200.2737.8921.8465.88
HexBBAD9507141B261642
Octal2732552250724334626102
Binary10111011101011011001010101111010011011100110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAD95; }

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

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

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

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

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

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

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

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