#BBAC81

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

Shades of Pavlova #BBAC81

Tints of Pavlova #BBAC81

Color information

#BBAC81 (or 0xBBAC81) is unknown color: approx Pavlova. HEX triplet: BB, AC and 81. RGB value is (187,172,129). Sum of RGB (Red+Green+Blue) = 187+172+129=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 129 (50.78% from 255 or 26.43% from 488); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAC81 is #44537E. Grayscale: #ABABAB. Windows color (decimal): -4477823 or 8498363. OLE color: 8498363.

HSL color Cylindrical-coordinate representation of color #BBAC81: hue angle of 44.48º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBAC81 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB187172129-
CMYK00.080.310.27
HSL44.48º29.9%61.96%-
HSV(B)44.48º31.02%73.33%-
XYZ39.2141.6526.74-
YUV171.58103.97139-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.32%
GREEN value IS 172 (67.58% from 255) = 35.25%
BLUE value IS 129 (50.78% from 255) = 26.43%
R=38.32%
G=35.25%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717212900.080.310.2744.4829.961.96
HexBBAC81081F1B2c1e3e
Octal2732542010103733543676
Binary10111011101011001000000101000111111101110110011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAC81; }

 p { color: rgb(187,172,129); }

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

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

 a { background-color: rgb(187,172,129); }

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

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

 span { border-color: rgb(187,172,129); }

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