#BBAC83

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

Shades of Pavlova #BBAC83

Tints of Pavlova #BBAC83

Color information

#BBAC83 (or 0xBBAC83) is unknown color: approx Pavlova. HEX triplet: BB, AC and 83. RGB value is (187,172,131). Sum of RGB (Red+Green+Blue) = 187+172+131=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 131 (51.56% from 255 or 26.73% from 490); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAC83 is #44537C. Grayscale: #ABABAB. Windows color (decimal): -4477821 or 8629435. OLE color: 8629435.

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

Color convert

RGB187172131-
CMYK00.080.300.27
HSL43.93º29.17%62.35%-
HSV(B)43.93º29.95%73.33%-
XYZ39.3441.7127.45-
YUV171.81104.97138.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.16%
GREEN value IS 172 (67.58% from 255) = 35.10%
BLUE value IS 131 (51.56% from 255) = 26.73%
R=38.16%
G=35.10%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717213100.080.300.2743.9329.1762.35
HexBBAC83081E1B2c1d3e
Octal2732542030103633543576
Binary10111011101011001000001101000111101101110110011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAC83; }

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

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

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

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

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

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

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

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