#BF8741

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

Shades of Pizza #BF8741

Tints of Pizza #BF8741

Color information

#BF8741 (or 0xBF8741) is unknown color: approx Pizza. HEX triplet: BF, 87 and 41. RGB value is (191,135,65). Sum of RGB (Red+Green+Blue) = 191+135+65=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 65 (25.78% from 255 or 16.62% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8741 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8741 is #4078BE. Grayscale: #909090. Windows color (decimal): -4225215 or 4294591. OLE color: 4294591.

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

Color convert

RGB19113565-
CMYK00.290.660.25
HSL33.33º49.61%50.2%-
HSV(B)33.33º65.97%74.9%-
XYZ31.128.798.92-
YUV143.7683.55161.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.85%
GREEN value IS 135 (53.12% from 255) = 34.53%
BLUE value IS 65 (25.78% from 255) = 16.62%
R=48.85%
G=34.53%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911356500.290.660.2533.3349.6150.2
HexBF874101D4219213232
Octal27720710103510231416262
Binary10111111100001111000001011101100001011001100001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8741; }

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

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

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

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

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

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

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

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