#BF863C

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

Shades of Pizza #BF863C

Tints of Pizza #BF863C

Color information

#BF863C (or 0xBF863C) is unknown color: approx Pizza. HEX triplet: BF, 86 and 3C. RGB value is (191,134,60). Sum of RGB (Red+Green+Blue) = 191+134+60=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 60 (23.83% from 255 or 15.58% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF863C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF863C is #4079C3. Grayscale: #8E8E8E. Windows color (decimal): -4225476 or 3966655. OLE color: 3966655.

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

Color convert

RGB19113460-
CMYK00.300.690.25
HSL33.89º52.19%49.22%-
HSV(B)33.89º68.59%74.9%-
XYZ30.8328.458.14-
YUV142.6181.38162.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.61%
GREEN value IS 134 (52.73% from 255) = 34.81%
BLUE value IS 60 (23.83% from 255) = 15.58%
R=49.61%
G=34.81%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911346000.300.690.2533.8952.1949.22
HexBF863C01E4519223431
Octal2772067403610531426461
Binary1011111110000110111100011110100010111001100010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF863C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF863C; }

 p { color: rgb(191,134,60); }

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

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

 a { background-color: rgb(191,134,60); }

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

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

 span { border-color: rgb(191,134,60); }

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