#BFA785

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

Shades of Pavlova #BFA785

Tints of Pavlova #BFA785

Color information

#BFA785 (or 0xBFA785) is unknown color: approx Pavlova. HEX triplet: BF, A7 and 85. RGB value is (191,167,133). Sum of RGB (Red+Green+Blue) = 191+167+133=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 167 (65.62% from 255 or 34.01% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA785 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA785 is #40587A. Grayscale: #AAAAAA. Windows color (decimal): -4216955 or 8759231. OLE color: 8759231.

HSL color Cylindrical-coordinate representation of color #BFA785: hue angle of 35.17º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFA785 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB191167133-
CMYK00.130.300.25
HSL35.17º31.18%63.53%-
HSV(B)35.17º30.37%74.9%-
XYZ39.5440.4127.91-
YUV170.3106.95142.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.90%
GREEN value IS 167 (65.62% from 255) = 34.01%
BLUE value IS 133 (52.34% from 255) = 27.09%
R=38.90%
G=34.01%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116713300.130.300.2535.1731.1863.53
HexBFA7850D1E19231f40
Octal27724720501536314337100
Binary101111111010011110000101011011111011001100011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA785; }

 p { color: rgb(191,167,133); }

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

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

 a { background-color: rgb(191,167,133); }

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

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

 span { border-color: rgb(191,167,133); }

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