#BBA785

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

Shades of Pavlova #BBA785

Tints of Pavlova #BBA785

Color information

#BBA785 (or 0xBBA785) is unknown color: approx Pavlova. HEX triplet: BB, A7 and 85. RGB value is (187,167,133). Sum of RGB (Red+Green+Blue) = 187+167+133=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 167 (65.62% from 255 or 34.29% from 487); Blue value is 133 (52.34% from 255 or 27.31% from 487); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA785 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA785 is #44587A. Grayscale: #A9A9A9. Windows color (decimal): -4479099 or 8759227. OLE color: 8759227.

HSL color Cylindrical-coordinate representation of color #BBA785: hue angle of 37.78º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBA785 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB187167133-
CMYK00.110.290.27
HSL37.78º28.42%62.75%-
HSV(B)37.78º28.88%73.33%-
XYZ38.5539.927.86-
YUV169.1107.63140.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.40%
GREEN value IS 167 (65.62% from 255) = 34.29%
BLUE value IS 133 (52.34% from 255) = 27.31%
R=38.40%
G=34.29%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716713300.110.290.2737.7828.4262.75
HexBBA7850B1D1B261c3f
Octal2732472050133533463477
Binary10111011101001111000010101011111011101110011011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA785; }

 p { color: rgb(187,167,133); }

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

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

 a { background-color: rgb(187,167,133); }

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

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

 span { border-color: rgb(187,167,133); }

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