#BF943F

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

Shades of Pizza #BF943F

Tints of Pizza #BF943F

Color information

#BF943F (or 0xBF943F) is unknown color: approx Pizza. HEX triplet: BF, 94 and 3F. RGB value is (191,148,63). Sum of RGB (Red+Green+Blue) = 191+148+63=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 63 (25% from 255 or 15.67% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF943F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF943F is #406BC0. Grayscale: #979797. Windows color (decimal): -4221889 or 4166847. OLE color: 4166847.

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

Color convert

RGB19114863-
CMYK00.230.670.25
HSL39.84º50.39%49.8%-
HSV(B)39.84º67.02%74.9%-
XYZ32.9732.629.26-
YUV151.1778.25156.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.51%
GREEN value IS 148 (58.20% from 255) = 36.82%
BLUE value IS 63 (25% from 255) = 15.67%
R=47.51%
G=36.82%
B=15.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911486300.230.670.2539.8450.3949.8
HexBF943F0174319283232
Octal2772247702710331506262
Binary1011111110010100111111010111100001111001101000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF943F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF943F; }

 p { color: rgb(191,148,63); }

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

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

 a { background-color: rgb(191,148,63); }

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

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

 span { border-color: rgb(191,148,63); }

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