#BBAC80

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

Shades of Pavlova #BBAC80

Tints of Pavlova #BBAC80

Color information

#BBAC80 (or 0xBBAC80) is unknown color: approx Pavlova. HEX triplet: BB, AC and 80. RGB value is (187,172,128). Sum of RGB (Red+Green+Blue) = 187+172+128=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAC80 is #44537F. Grayscale: #ABABAB. Windows color (decimal): -4477824 or 8432827. OLE color: 8432827.

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

Color convert

RGB187172128-
CMYK00.080.320.27
HSL44.75º30.26%61.76%-
HSV(B)44.75º31.55%73.33%-
XYZ39.1441.6326.39-
YUV171.47103.47139.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.40%
GREEN value IS 172 (67.58% from 255) = 35.32%
BLUE value IS 128 (50.39% from 255) = 26.28%
R=38.40%
G=35.32%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717212800.080.320.2744.7530.2661.76
HexBBAC8008201B2d1e3e
Octal2732542000104033553676
Binary101110111010110010000000010001000001101110110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAC80; }

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

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

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

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

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

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

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

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