#BBAB8D

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

Shades of Pavlova #BBAB8D

Tints of Pavlova #BBAB8D

Color information

#BBAB8D (or 0xBBAB8D) is unknown color: approx Pavlova. HEX triplet: BB, AB and 8D. RGB value is (187,171,141). Sum of RGB (Red+Green+Blue) = 187+171+141=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAB8D is #445472. Grayscale: #ACACAC. Windows color (decimal): -4478067 or 9284539. OLE color: 9284539.

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

Color convert

RGB187171141-
CMYK00.090.250.27
HSL39.13º25.27%64.31%-
HSV(B)39.13º24.6%73.33%-
XYZ39.8641.6131.13-
YUV172.36110.3138.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.47%
GREEN value IS 171 (67.19% from 255) = 34.27%
BLUE value IS 141 (55.47% from 255) = 28.26%
R=37.47%
G=34.27%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717114100.090.250.2739.1325.2764.31
HexBBAB8D09191B271940
Octal27325321501131334731100
Binary101110111010101110001101010011100111011100111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAB8D; }

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

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

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

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

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

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

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

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