#BF8941

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

Shades of Pizza #BF8941

Tints of Pizza #BF8941

Color information

#BF8941 (or 0xBF8941) is unknown color: approx Pizza. HEX triplet: BF, 89 and 41. RGB value is (191,137,65). Sum of RGB (Red+Green+Blue) = 191+137+65=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 65 (25.78% from 255 or 16.54% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8941 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8941 is #4076BE. Grayscale: #919191. Windows color (decimal): -4224703 or 4295103. OLE color: 4295103.

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

Color convert

RGB19113765-
CMYK00.280.660.25
HSL34.29º49.61%50.2%-
HSV(B)34.29º65.97%74.9%-
XYZ31.3929.359.01-
YUV144.9482.89160.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.60%
GREEN value IS 137 (53.91% from 255) = 34.86%
BLUE value IS 65 (25.78% from 255) = 16.54%
R=48.60%
G=34.86%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911376500.280.660.2534.2949.6150.2
HexBF894101C4219223232
Octal27721110103410231426262
Binary10111111100010011000001011100100001011001100010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8941; }

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

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

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

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

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

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

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

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