#BF883D

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

Shades of Pizza #BF883D

Tints of Pizza #BF883D

Color information

#BF883D (or 0xBF883D) is unknown color: approx Pizza. HEX triplet: BF, 88 and 3D. RGB value is (191,136,61). Sum of RGB (Red+Green+Blue) = 191+136+61=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 136 (53.52% from 255 or 35.05% from 388); Blue value is 61 (24.22% from 255 or 15.72% from 388); Max value from RGB is 191 - color contains mainly: red. Hex color #BF883D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF883D is #4077C2. Grayscale: #909090. Windows color (decimal): -4224963 or 4032703. OLE color: 4032703.

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

Color convert

RGB19113661-
CMYK00.290.680.25
HSL34.62º51.59%49.41%-
HSV(B)34.62º68.06%74.9%-
XYZ31.1329.028.38-
YUV143.8981.22161.6-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.23%
GREEN value IS 136 (53.52% from 255) = 35.05%
BLUE value IS 61 (24.22% from 255) = 15.72%
R=49.23%
G=35.05%
B=15.72%

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
Decimal1911366100.290.680.2534.6251.5949.41
HexBF883D01D4419233431
Octal2772107503510431436461
Binary1011111110001000111101011101100010011001100011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF883D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF883D; }

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

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

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

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

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

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

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

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