#BBA883

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

Shades of Pavlova #BBA883

Tints of Pavlova #BBA883

Color information

#BBA883 (or 0xBBA883) is unknown color: approx Pavlova. HEX triplet: BB, A8 and 83. RGB value is (187,168,131). Sum of RGB (Red+Green+Blue) = 187+168+131=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 168 (66.02% from 255 or 34.57% from 486); Blue value is 131 (51.56% from 255 or 26.95% from 486); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA883 is #44577C. Grayscale: #A9A9A9. Windows color (decimal): -4478845 or 8628411. OLE color: 8628411.

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

Color convert

RGB187168131-
CMYK00.100.300.27
HSL39.64º29.17%62.35%-
HSV(B)39.64º29.95%73.33%-
XYZ38.5940.2127.2-
YUV169.46106.29140.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.48%
GREEN value IS 168 (66.02% from 255) = 34.57%
BLUE value IS 131 (51.56% from 255) = 26.95%
R=38.48%
G=34.57%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716813100.100.300.2739.6429.1762.35
HexBBA8830A1E1B281d3e
Octal2732502030123633503576
Binary10111011101010001000001101010111101101110100011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA883; }

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

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

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

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

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

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

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

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