#BBAB83

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

Shades of Pavlova #BBAB83

Tints of Pavlova #BBAB83

Color information

#BBAB83 (or 0xBBAB83) is unknown color: approx Pavlova. HEX triplet: BB, AB and 83. RGB value is (187,171,131). Sum of RGB (Red+Green+Blue) = 187+171+131=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 131 (51.56% from 255 or 26.79% from 489); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAB83 is #44547C. Grayscale: #ABABAB. Windows color (decimal): -4478077 or 8629179. OLE color: 8629179.

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

Color convert

RGB187171131-
CMYK00.090.300.27
HSL42.86º29.17%62.35%-
HSV(B)42.86º29.95%73.33%-
XYZ39.1541.3327.39-
YUV171.22105.3139.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.24%
GREEN value IS 171 (67.19% from 255) = 34.97%
BLUE value IS 131 (51.56% from 255) = 26.79%
R=38.24%
G=34.97%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717113100.090.300.2742.8629.1762.35
HexBBAB83091E1B2b1d3e
Octal2732532030113633533576
Binary10111011101010111000001101001111101101110101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAB83; }

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

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

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

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

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

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

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

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