#bf8b37

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

Shades of Pizza #BF8B37

Tints of Pizza #BF8B37

Color information

#BF8B37 (or 0xBF8B37) is unknown color: approx Pizza. HEX triplet: BF, 8B and 37. RGB value is (191,139,55). Sum of RGB (Red+Green+Blue) = 191+139+55=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 55 (21.88% from 255 or 14.29% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8B37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8B37 is #4074C8. Grayscale: #919191. Windows color (decimal): -4224201 or 3640255. OLE color: 3640255.

HSL color Cylindrical-coordinate representation of color #BF8B37: hue angle of 37.06º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF8B37 is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB19113955-
CMYK00.270.710.25
HSL37.06º55.28%48.24%-
HSV(B)37.06º71.2%74.9%-
XYZ31.4129.827.71-
YUV144.9777.23160.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.61%
GREEN value IS 139 (54.69% from 255) = 36.10%
BLUE value IS 55 (21.88% from 255) = 14.29%
R=49.61%
G=36.10%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911395500.270.710.2537.0655.2848.24
HexBF8B3701B4719253730
Octal2772136703310731456760
Binary1011111110001011110111011011100011111001100101110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf8b37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf8b37; }

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

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

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

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

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

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

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

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