#BF8B39

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

Shades of Pizza #BF8B39

Tints of Pizza #BF8B39

Color information

#BF8B39 (or 0xBF8B39) is unknown color: approx Pizza. HEX triplet: BF, 8B and 39. RGB value is (191,139,57). Sum of RGB (Red+Green+Blue) = 191+139+57=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 139 (54.69% from 255 or 35.92% from 387); Blue value is 57 (22.66% from 255 or 14.73% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8B39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8B39 is #4074C6. Grayscale: #919191. Windows color (decimal): -4224199 or 3771327. OLE color: 3771327.

HSL color Cylindrical-coordinate representation of color #BF8B39: hue angle of 36.72º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF8B39 is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB19113957-
CMYK00.270.700.25
HSL36.72º54.03%48.63%-
HSV(B)36.72º70.16%74.9%-
XYZ31.4629.847.97-
YUV145.278.23160.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.35%
GREEN value IS 139 (54.69% from 255) = 35.92%
BLUE value IS 57 (22.66% from 255) = 14.73%
R=49.35%
G=35.92%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911395700.270.700.2536.7254.0348.63
HexBF8B3901B4619253631
Octal2772137103310631456661
Binary1011111110001011111001011011100011011001100101110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8B39; }

 p { color: rgb(191,139,57); }

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

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

 a { background-color: rgb(191,139,57); }

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

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

 span { border-color: rgb(191,139,57); }

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