#BBA993

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

Shades of Akaroa #BBA993

Tints of Akaroa #BBA993

Color information

#BBA993 (or 0xBBA993) is unknown color: approx Akaroa. HEX triplet: BB, A9 and 93. RGB value is (187,169,147). Sum of RGB (Red+Green+Blue) = 187+169+147=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 169 (66.41% from 255 or 33.60% from 503); Blue value is 147 (57.81% from 255 or 29.22% from 503); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA993 is #44566C. Grayscale: #ABABAB. Windows color (decimal): -4478573 or 9677243. OLE color: 9677243.

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

Color convert

RGB187169147-
CMYK00.100.210.27
HSL33º22.73%65.49%-
HSV(B)33º21.39%73.33%-
XYZ39.9541.0533.42-
YUV171.87113.96138.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.18%
GREEN value IS 169 (66.41% from 255) = 33.60%
BLUE value IS 147 (57.81% from 255) = 29.22%
R=37.18%
G=33.60%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716914700.100.210.273322.7365.49
HexBBA9930A151B211741
Octal27325122301225334127101
Binary101110111010100110010011010101010111011100001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA993; }

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

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

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

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

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

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

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

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