#BF9442

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

Shades of Pizza #BF9442

Tints of Pizza #BF9442

Color information

#BF9442 (or 0xBF9442) is unknown color: approx Pizza. HEX triplet: BF, 94 and 42. RGB value is (191,148,66). Sum of RGB (Red+Green+Blue) = 191+148+66=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 66 (26.17% from 255 or 16.30% from 405); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9442 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9442 is #406BBD. Grayscale: #979797. Windows color (decimal): -4221886 or 4363455. OLE color: 4363455.

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

Color convert

RGB19114866-
CMYK00.230.650.25
HSL39.36º49.41%50.39%-
HSV(B)39.36º65.45%74.9%-
XYZ33.0632.659.71-
YUV151.5179.75156.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.16%
GREEN value IS 148 (58.20% from 255) = 36.54%
BLUE value IS 66 (26.17% from 255) = 16.30%
R=47.16%
G=36.54%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911486600.230.650.2539.3649.4150.39
HexBF94420174119273132
Octal27722410202710131476162
Binary10111111100101001000010010111100000111001100111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9442; }

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

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

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

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

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

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

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

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