#BBA87F

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

Shades of Pavlova #BBA87F

Tints of Pavlova #BBA87F

Color information

#BBA87F (or 0xBBA87F) is unknown color: approx Pavlova. HEX triplet: BB, A8 and 7F. RGB value is (187,168,127). Sum of RGB (Red+Green+Blue) = 187+168+127=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA87F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA87F is #445780. Grayscale: #A9A9A9. Windows color (decimal): -4478849 or 8366267. OLE color: 8366267.

HSL color Cylindrical-coordinate representation of color #BBA87F: hue angle of 41º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBA87F is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB187168127-
CMYK00.100.320.27
HSL41º30.61%61.57%-
HSV(B)41º32.09%73.33%-
XYZ38.3340.125.8-
YUV169.01104.29140.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.80%
GREEN value IS 168 (66.02% from 255) = 34.85%
BLUE value IS 127 (50% from 255) = 26.35%
R=38.80%
G=34.85%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716812700.100.320.274130.6161.57
HexBBA87F0A201B291f3e
Octal2732501770124033513776
Binary10111011101010001111111010101000001101110100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA87F; }

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

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

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

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

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

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

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

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