#BBA78C

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

Shades of Pavlova #BBA78C

Tints of Pavlova #BBA78C

Color information

#BBA78C (or 0xBBA78C) is unknown color: approx Pavlova. HEX triplet: BB, A7 and 8C. RGB value is (187,167,140). Sum of RGB (Red+Green+Blue) = 187+167+140=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 167 (65.62% from 255 or 33.81% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA78C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA78C is #445873. Grayscale: #AAAAAA. Windows color (decimal): -4479092 or 9217979. OLE color: 9217979.

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

Color convert

RGB187167140-
CMYK00.110.250.27
HSL34.47º25.68%64.12%-
HSV(B)34.47º25.13%73.33%-
XYZ39.0540.130.49-
YUV169.9111.13140.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.85%
GREEN value IS 167 (65.62% from 255) = 33.81%
BLUE value IS 140 (55.08% from 255) = 28.34%
R=37.85%
G=33.81%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716714000.110.250.2734.4725.6864.12
HexBBA78C0B191B221a40
Octal27324721401331334232100
Binary101110111010011110001100010111100111011100010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA78C; }

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

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

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

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

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

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

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

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