#BF883A

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

Shades of Pizza #BF883A

Tints of Pizza #BF883A

Color information

#BF883A (or 0xBF883A) is unknown color: approx Pizza. HEX triplet: BF, 88 and 3A. RGB value is (191,136,58). Sum of RGB (Red+Green+Blue) = 191+136+58=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 58 (23.05% from 255 or 15.06% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF883A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF883A is #4077C5. Grayscale: #8F8F8F. Windows color (decimal): -4224966 or 3836095. OLE color: 3836095.

HSL color Cylindrical-coordinate representation of color #BF883A: hue angle of 35.19º degrees, saturation: 0.53, 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 #BF883A is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB19113658-
CMYK00.290.700.25
HSL35.19º53.41%48.82%-
HSV(B)35.19º69.63%74.9%-
XYZ31.0528.997.96-
YUV143.5579.72161.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.61%
GREEN value IS 136 (53.52% from 255) = 35.32%
BLUE value IS 58 (23.05% from 255) = 15.06%
R=49.61%
G=35.32%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911365800.290.700.2535.1953.4148.82
HexBF883A01D4619233531
Octal2772107203510631436561
Binary1011111110001000111010011101100011011001100011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF883A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF883A; }

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

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

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

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

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

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

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

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