#BFB08C

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

Shades of Pavlova #BFB08C

Tints of Pavlova #BFB08C

Color information

#BFB08C (or 0xBFB08C) is unknown color: approx Pavlova. HEX triplet: BF, B0 and 8C. RGB value is (191,176,140). Sum of RGB (Red+Green+Blue) = 191+176+140=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 176 (69.14% from 255 or 34.71% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB08C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB08C is #404F73. Grayscale: #B0B0B0. Windows color (decimal): -4214644 or 9220287. OLE color: 9220287.

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

Color convert

RGB191176140-
CMYK00.080.270.25
HSL42.35º28.49%64.9%-
HSV(B)42.35º26.7%74.9%-
XYZ41.7444.0231.11-
YUV176.38107.47138.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.67%
GREEN value IS 176 (69.14% from 255) = 34.71%
BLUE value IS 140 (55.08% from 255) = 27.61%
R=37.67%
G=34.71%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117614000.080.270.2542.3528.4964.9
HexBFB08C081B192a1c41
Octal27726021401033315234101
Binary101111111011000010001100010001101111001101010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB08C; }

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

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

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

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

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

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

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

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