#BF883E

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

Shades of Pizza #BF883E

Tints of Pizza #BF883E

Color information

#BF883E (or 0xBF883E) is unknown color: approx Pizza. HEX triplet: BF, 88 and 3E. RGB value is (191,136,62). Sum of RGB (Red+Green+Blue) = 191+136+62=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 62 (24.61% from 255 or 15.94% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BF883E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF883E is #4077C1. Grayscale: #909090. Windows color (decimal): -4224962 or 4098239. OLE color: 4098239.

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

Color convert

RGB19113662-
CMYK00.290.680.25
HSL34.42º50.99%49.61%-
HSV(B)34.42º67.54%74.9%-
XYZ31.1629.038.52-
YUV144.0181.72161.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.10%
GREEN value IS 136 (53.52% from 255) = 34.96%
BLUE value IS 62 (24.61% from 255) = 15.94%
R=49.10%
G=34.96%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911366200.290.680.2534.4250.9949.61
HexBF883E01D4419223332
Octal2772107603510431426362
Binary1011111110001000111110011101100010011001100010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF883E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF883E; }

 p { color: rgb(191,136,62); }

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

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

 a { background-color: rgb(191,136,62); }

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

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

 span { border-color: rgb(191,136,62); }

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