#BBA78E

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

Shades of Pavlova #BBA78E

Tints of Pavlova #BBA78E

Color information

#BBA78E (or 0xBBA78E) is unknown color: approx Pavlova. HEX triplet: BB, A7 and 8E. RGB value is (187,167,142). Sum of RGB (Red+Green+Blue) = 187+167+142=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 167 (65.62% from 255 or 33.67% from 496); Blue value is 142 (55.86% from 255 or 28.63% from 496); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA78E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA78E is #445871. Grayscale: #AAAAAA. Windows color (decimal): -4479090 or 9349051. OLE color: 9349051.

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

Color convert

RGB187167142-
CMYK00.110.240.27
HSL33.33º24.86%64.51%-
HSV(B)33.33º24.06%73.33%-
XYZ39.1940.1631.28-
YUV170.13112.13140.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.70%
GREEN value IS 167 (65.62% from 255) = 33.67%
BLUE value IS 142 (55.86% from 255) = 28.63%
R=37.70%
G=33.67%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716714200.110.240.2733.3324.8664.51
HexBBA78E0B181B211941
Octal27324721601330334131101
Binary101110111010011110001110010111100011011100001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA78E; }

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

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

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

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

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

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

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

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