#BFA683

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

Shades of Pavlova #BFA683

Tints of Pavlova #BFA683

Color information

#BFA683 (or 0xBFA683) is unknown color: approx Pavlova. HEX triplet: BF, A6 and 83. RGB value is (191,166,131). Sum of RGB (Red+Green+Blue) = 191+166+131=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 166 (65.23% from 255 or 34.02% from 488); Blue value is 131 (51.56% from 255 or 26.84% from 488); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA683 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA683 is #40597C. Grayscale: #A9A9A9. Windows color (decimal): -4217213 or 8627903. OLE color: 8627903.

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

Color convert

RGB191166131-
CMYK00.130.310.25
HSL35º31.91%63.14%-
HSV(B)35º31.41%74.9%-
XYZ39.2239.9927.12-
YUV169.48106.28143.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.14%
GREEN value IS 166 (65.23% from 255) = 34.02%
BLUE value IS 131 (51.56% from 255) = 26.84%
R=39.14%
G=34.02%
B=26.84%

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
Decimal19116613100.130.310.253531.9163.14
HexBFA6830D1F1923203f
Octal2772462030153731434077
Binary101111111010011010000011011011111111001100011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA683; }

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

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

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

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

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

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

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

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