#BBA786

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

Shades of Pavlova #BBA786

Tints of Pavlova #BBA786

Color information

#BBA786 (or 0xBBA786) is unknown color: approx Pavlova. HEX triplet: BB, A7 and 86. RGB value is (187,167,134). Sum of RGB (Red+Green+Blue) = 187+167+134=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 167 (65.62% from 255 or 34.22% from 488); Blue value is 134 (52.73% from 255 or 27.46% from 488); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA786 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA786 is #445879. Grayscale: #A9A9A9. Windows color (decimal): -4479098 or 8824763. OLE color: 8824763.

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

Color convert

RGB187167134-
CMYK00.110.280.27
HSL37.36º28.04%62.94%-
HSV(B)37.36º28.34%73.33%-
XYZ38.6239.9228.23-
YUV169.22108.13140.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.32%
GREEN value IS 167 (65.62% from 255) = 34.22%
BLUE value IS 134 (52.73% from 255) = 27.46%
R=38.32%
G=34.22%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716713400.110.280.2737.3628.0462.94
HexBBA7860B1C1B251c3f
Octal2732472060133433453477
Binary10111011101001111000011001011111001101110010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA786; }

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

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

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

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

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

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

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

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