#BFB087

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

Shades of Pavlova #BFB087

Tints of Pavlova #BFB087

Color information

#BFB087 (or 0xBFB087) is unknown color: approx Pavlova. HEX triplet: BF, B0 and 87. RGB value is (191,176,135). Sum of RGB (Red+Green+Blue) = 191+176+135=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 176 (69.14% from 255 or 35.06% from 502); Blue value is 135 (53.12% from 255 or 26.89% from 502); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB087 is #404F78. Grayscale: #AFAFAF. Windows color (decimal): -4214649 or 8892607. OLE color: 8892607.

HSL color Cylindrical-coordinate representation of color #BFB087: hue angle of 43.93º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFB087 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB191176135-
CMYK00.080.290.25
HSL43.93º30.43%63.92%-
HSV(B)43.93º29.32%74.9%-
XYZ41.3843.8829.21-
YUV175.81104.97138.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.05%
GREEN value IS 176 (69.14% from 255) = 35.06%
BLUE value IS 135 (53.12% from 255) = 26.89%
R=38.05%
G=35.06%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117613500.080.290.2543.9330.4363.92
HexBFB087081D192c1e40
Octal27726020701035315436100
Binary101111111011000010000111010001110111001101100111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB087; }

 p { color: rgb(191,176,135); }

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

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

 a { background-color: rgb(191,176,135); }

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

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

 span { border-color: rgb(191,176,135); }

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