#BFA783

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

Shades of Pavlova #BFA783

Tints of Pavlova #BFA783

Color information

#BFA783 (or 0xBFA783) is unknown color: approx Pavlova. HEX triplet: BF, A7 and 83. RGB value is (191,167,131). Sum of RGB (Red+Green+Blue) = 191+167+131=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 167 (65.62% from 255 or 34.15% from 489); Blue value is 131 (51.56% from 255 or 26.79% from 489); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA783 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA783 is #40587C. Grayscale: #AAAAAA. Windows color (decimal): -4216957 or 8628159. OLE color: 8628159.

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

Color convert

RGB191167131-
CMYK00.130.310.25
HSL36º31.91%63.14%-
HSV(B)36º31.41%74.9%-
XYZ39.440.3527.18-
YUV170.07105.95142.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.06%
GREEN value IS 167 (65.62% from 255) = 34.15%
BLUE value IS 131 (51.56% from 255) = 26.79%
R=39.06%
G=34.15%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116713100.130.310.253631.9163.14
HexBFA7830D1F1924203f
Octal2772472030153731444077
Binary101111111010011110000011011011111111001100100100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA783; }

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

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

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

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

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

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

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

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