#BBA47F

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

Shades of Pavlova #BBA47F

Tints of Pavlova #BBA47F

Color information

#BBA47F (or 0xBBA47F) is unknown color: approx Pavlova. HEX triplet: BB, A4 and 7F. RGB value is (187,164,127). Sum of RGB (Red+Green+Blue) = 187+164+127=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA47F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA47F is #445B80. Grayscale: #A6A6A6. Windows color (decimal): -4479873 or 8365243. OLE color: 8365243.

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

Color convert

RGB187164127-
CMYK00.120.320.27
HSL37º30.61%61.57%-
HSV(B)37º32.09%73.33%-
XYZ37.638.6525.56-
YUV166.66105.62142.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.12%
GREEN value IS 164 (64.45% from 255) = 34.31%
BLUE value IS 127 (50% from 255) = 26.57%
R=39.12%
G=34.31%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716412700.120.320.273730.6161.57
HexBBA47F0C201B251f3e
Octal2732441770144033453776
Binary10111011101001001111111011001000001101110010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA47F; }

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

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

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

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

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

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

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

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