#BFA679

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

Shades of Pavlova #BFA679

Tints of Pavlova #BFA679

Color information

#BFA679 (or 0xBFA679) is unknown color: approx Pavlova. HEX triplet: BF, A6 and 79. RGB value is (191,166,121). Sum of RGB (Red+Green+Blue) = 191+166+121=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 166 (65.23% from 255 or 34.73% from 478); Blue value is 121 (47.66% from 255 or 25.31% from 478); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA679 is #405986. Grayscale: #A8A8A8. Windows color (decimal): -4217223 or 7972543. OLE color: 7972543.

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

Color convert

RGB191166121-
CMYK00.130.370.25
HSL38.57º35.35%61.18%-
HSV(B)38.57º36.65%74.9%-
XYZ38.5739.7323.72-
YUV168.34101.28144.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.96%
GREEN value IS 166 (65.23% from 255) = 34.73%
BLUE value IS 121 (47.66% from 255) = 25.31%
R=39.96%
G=34.73%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116612100.130.370.2538.5735.3561.18
HexBFA6790D251927233d
Octal2772461710154531474375
Binary101111111010011011110010110110010111001100111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA679; }

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

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

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

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

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

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

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

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