#BBA88E

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

Shades of Pavlova #BBA88E

Tints of Pavlova #BBA88E

Color information

#BBA88E (or 0xBBA88E) is unknown color: approx Pavlova. HEX triplet: BB, A8 and 8E. RGB value is (187,168,142). Sum of RGB (Red+Green+Blue) = 187+168+142=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA88E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA88E is #445771. Grayscale: #AAAAAA. Windows color (decimal): -4478834 or 9349307. OLE color: 9349307.

HSL color Cylindrical-coordinate representation of color #BBA88E: hue angle of 34.67º 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 #BBA88E is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB187168142-
CMYK00.100.240.27
HSL34.67º24.86%64.51%-
HSV(B)34.67º24.06%73.33%-
XYZ39.3840.5231.34-
YUV170.72111.79139.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.63%
GREEN value IS 168 (66.02% from 255) = 33.80%
BLUE value IS 142 (55.86% from 255) = 28.57%
R=37.63%
G=33.80%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716814200.100.240.2734.6724.8664.51
HexBBA88E0A181B231941
Octal27325021601230334331101
Binary101110111010100010001110010101100011011100011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA88E; }

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

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

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

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

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

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

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

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