#BF8F41

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

Shades of Pizza #BF8F41

Tints of Pizza #BF8F41

Color information

#BF8F41 (or 0xBF8F41) is unknown color: approx Pizza. HEX triplet: BF, 8F and 41. RGB value is (191,143,65). Sum of RGB (Red+Green+Blue) = 191+143+65=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 65 (25.78% from 255 or 16.29% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8F41 is #4070BE. Grayscale: #949494. Windows color (decimal): -4223167 or 4296639. OLE color: 4296639.

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

Color convert

RGB19114365-
CMYK00.250.660.25
HSL37.14º49.61%50.2%-
HSV(B)37.14º65.97%74.9%-
XYZ32.2631.19.3-
YUV148.4680.9158.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.87%
GREEN value IS 143 (56.25% from 255) = 35.84%
BLUE value IS 65 (25.78% from 255) = 16.29%
R=47.87%
G=35.84%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911436500.250.660.2537.1449.6150.2
HexBF8F410194219253232
Octal27721710103110231456262
Binary10111111100011111000001011001100001011001100101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8F41; }

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

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

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

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

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

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

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

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