#BFAC8F

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

Shades of Pavlova #BFAC8F

Tints of Pavlova #BFAC8F

Color information

#BFAC8F (or 0xBFAC8F) is unknown color: approx Pavlova. HEX triplet: BF, AC and 8F. RGB value is (191,172,143). Sum of RGB (Red+Green+Blue) = 191+172+143=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 143 (56.25% from 255 or 28.26% from 506); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAC8F is #405370. Grayscale: #AEAEAE. Windows color (decimal): -4215665 or 9415871. OLE color: 9415871.

HSL color Cylindrical-coordinate representation of color #BFAC8F: hue angle of 36.25º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFAC8F is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB191172143-
CMYK00.100.250.25
HSL36.25º27.27%65.49%-
HSV(B)36.25º25.13%74.9%-
XYZ41.242.5632.03-
YUV174.37110.29139.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.75%
GREEN value IS 172 (67.58% from 255) = 33.99%
BLUE value IS 143 (56.25% from 255) = 28.26%
R=37.75%
G=33.99%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117214300.100.250.2536.2527.2765.49
HexBFAC8F0A1919241b41
Octal27725421701231314433101
Binary101111111010110010001111010101100111001100100110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAC8F; }

 p { color: rgb(191,172,143); }

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

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

 a { background-color: rgb(191,172,143); }

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

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

 span { border-color: rgb(191,172,143); }

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