#BBA983

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

Shades of Pavlova #BBA983

Tints of Pavlova #BBA983

Color information

#BBA983 (or 0xBBA983) is unknown color: approx Pavlova. HEX triplet: BB, A9 and 83. RGB value is (187,169,131). Sum of RGB (Red+Green+Blue) = 187+169+131=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 131 (51.56% from 255 or 26.90% from 487); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA983 is #44567C. Grayscale: #AAAAAA. Windows color (decimal): -4478589 or 8628667. OLE color: 8628667.

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

Color convert

RGB187169131-
CMYK00.100.300.27
HSL40.71º29.17%62.35%-
HSV(B)40.71º29.95%73.33%-
XYZ38.7840.5827.26-
YUV170.05105.96140.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.40%
GREEN value IS 169 (66.41% from 255) = 34.70%
BLUE value IS 131 (51.56% from 255) = 26.90%
R=38.40%
G=34.70%
B=26.90%

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
Decimal18716913100.100.300.2740.7129.1762.35
HexBBA9830A1E1B291d3e
Octal2732512030123633513576
Binary10111011101010011000001101010111101101110100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA983; }

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

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

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

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

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

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

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

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