#BF8E41

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

Shades of Pizza #BF8E41

Tints of Pizza #BF8E41

Color information

#BF8E41 (or 0xBF8E41) is unknown color: approx Pizza. HEX triplet: BF, 8E and 41. RGB value is (191,142,65). Sum of RGB (Red+Green+Blue) = 191+142+65=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 65 (25.78% from 255 or 16.33% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8E41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8E41 is #4071BE. Grayscale: #949494. Windows color (decimal): -4223423 or 4296383. OLE color: 4296383.

HSL color Cylindrical-coordinate representation of color #BF8E41: hue angle of 36.67º 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 #BF8E41 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB19114265-
CMYK00.260.660.25
HSL36.67º49.61%50.2%-
HSV(B)36.67º65.97%74.9%-
XYZ32.1130.89.25-
YUV147.8781.23158.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.99%
GREEN value IS 142 (55.86% from 255) = 35.68%
BLUE value IS 65 (25.78% from 255) = 16.33%
R=47.99%
G=35.68%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911426500.260.660.2536.6749.6150.2
HexBF8E4101A4219253232
Octal27721610103210231456262
Binary10111111100011101000001011010100001011001100101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8E41; }

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

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

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

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

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

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

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

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