#BFA983

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

Shades of Pavlova #BFA983

Tints of Pavlova #BFA983

Color information

#BFA983 (or 0xBFA983) is unknown color: approx Pavlova. HEX triplet: BF, A9 and 83. RGB value is (191,169,131). Sum of RGB (Red+Green+Blue) = 191+169+131=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 169 (66.41% from 255 or 34.42% from 491); Blue value is 131 (51.56% from 255 or 26.68% from 491); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA983 is #40567C. Grayscale: #ABABAB. Windows color (decimal): -4216445 or 8628671. OLE color: 8628671.

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

Color convert

RGB191169131-
CMYK00.120.310.25
HSL38º31.91%63.14%-
HSV(B)38º31.41%74.9%-
XYZ39.7741.0927.31-
YUV171.25105.29142.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.90%
GREEN value IS 169 (66.41% from 255) = 34.42%
BLUE value IS 131 (51.56% from 255) = 26.68%
R=38.90%
G=34.42%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116913100.120.310.253831.9163.14
HexBFA9830C1F1926203f
Octal2772512030143731464077
Binary101111111010100110000011011001111111001100110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA983; }

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

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

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

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

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

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

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

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