#BFB089

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

Shades of Pavlova #BFB089

Tints of Pavlova #BFB089

Color information

#BFB089 (or 0xBFB089) is unknown color: approx Pavlova. HEX triplet: BF, B0 and 89. RGB value is (191,176,137). Sum of RGB (Red+Green+Blue) = 191+176+137=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 137 (53.91% from 255 or 27.18% from 504); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB089 is #404F76. Grayscale: #B0B0B0. Windows color (decimal): -4214647 or 9023679. OLE color: 9023679.

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

Color convert

RGB191176137-
CMYK00.080.280.25
HSL43.33º29.67%64.31%-
HSV(B)43.33º28.27%74.9%-
XYZ41.5343.9329.96-
YUV176.04105.97138.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.90%
GREEN value IS 176 (69.14% from 255) = 34.92%
BLUE value IS 137 (53.91% from 255) = 27.18%
R=37.90%
G=34.92%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117613700.080.280.2543.3329.6764.31
HexBFB089081C192b1e40
Octal27726021101034315336100
Binary101111111011000010001001010001110011001101011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB089; }

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

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

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

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

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

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

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

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