#BBAB93

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

Shades of Akaroa #BBAB93

Tints of Akaroa #BBAB93

Color information

#BBAB93 (or 0xBBAB93) is unknown color: approx Akaroa. HEX triplet: BB, AB and 93. RGB value is (187,171,147). Sum of RGB (Red+Green+Blue) = 187+171+147=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 147 (57.81% from 255 or 29.11% from 505); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAB93 is #44546C. Grayscale: #ADADAD. Windows color (decimal): -4478061 or 9677755. OLE color: 9677755.

HSL color Cylindrical-coordinate representation of color #BBAB93: hue angle of 36º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBAB93 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB187171147-
CMYK00.090.210.27
HSL36º22.73%65.49%-
HSV(B)36º21.39%73.33%-
XYZ40.3241.833.55-
YUV173.05113.3137.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.03%
GREEN value IS 171 (67.19% from 255) = 33.86%
BLUE value IS 147 (57.81% from 255) = 29.11%
R=37.03%
G=33.86%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717114700.090.210.273622.7365.49
HexBBAB9309151B241741
Octal27325322301125334427101
Binary101110111010101110010011010011010111011100100101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAB93; }

 p { color: rgb(187,171,147); }

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

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

 a { background-color: rgb(187,171,147); }

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

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

 span { border-color: rgb(187,171,147); }

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