#BBA784

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

Shades of Pavlova #BBA784

Tints of Pavlova #BBA784

Color information

#BBA784 (or 0xBBA784) is unknown color: approx Pavlova. HEX triplet: BB, A7 and 84. RGB value is (187,167,132). Sum of RGB (Red+Green+Blue) = 187+167+132=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 167 (65.62% from 255 or 34.36% from 486); Blue value is 132 (51.95% from 255 or 27.16% from 486); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA784 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA784 is #44587B. Grayscale: #A9A9A9. Windows color (decimal): -4479100 or 8693691. OLE color: 8693691.

HSL color Cylindrical-coordinate representation of color #BBA784: hue angle of 38.18º degrees, saturation: 0.29, 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 #BBA784 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB187167132-
CMYK00.110.290.27
HSL38.18º28.8%62.55%-
HSV(B)38.18º29.41%73.33%-
XYZ38.4839.8727.5-
YUV168.99107.13140.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.48%
GREEN value IS 167 (65.62% from 255) = 34.36%
BLUE value IS 132 (51.95% from 255) = 27.16%
R=38.48%
G=34.36%
B=27.16%

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
Decimal18716713200.110.290.2738.1828.862.55
HexBBA7840B1D1B261d3f
Octal2732472040133533463577
Binary10111011101001111000010001011111011101110011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA784; }

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

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

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

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

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

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

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

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