#BBA77F

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

Shades of Pavlova #BBA77F

Tints of Pavlova #BBA77F

Color information

#BBA77F (or 0xBBA77F) is unknown color: approx Pavlova. HEX triplet: BB, A7 and 7F. RGB value is (187,167,127). Sum of RGB (Red+Green+Blue) = 187+167+127=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 167 (65.62% from 255 or 34.72% from 481); Blue value is 127 (50% from 255 or 26.40% from 481); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA77F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA77F is #445880. Grayscale: #A8A8A8. Windows color (decimal): -4479105 or 8366011. OLE color: 8366011.

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

Color convert

RGB187167127-
CMYK00.110.320.27
HSL40º30.61%61.57%-
HSV(B)40º32.09%73.33%-
XYZ38.1439.7325.74-
YUV168.42104.63141.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.88%
GREEN value IS 167 (65.62% from 255) = 34.72%
BLUE value IS 127 (50% from 255) = 26.40%
R=38.88%
G=34.72%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716712700.110.320.274030.6161.57
HexBBA77F0B201B281f3e
Octal2732471770134033503776
Binary10111011101001111111111010111000001101110100011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA77F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA77F; }

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

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

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

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

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

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

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

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