#BF8E3A

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

Shades of Pizza #BF8E3A

Tints of Pizza #BF8E3A

Color information

#BF8E3A (or 0xBF8E3A) is unknown color: approx Pizza. HEX triplet: BF, 8E and 3A. RGB value is (191,142,58). Sum of RGB (Red+Green+Blue) = 191+142+58=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 142 (55.86% from 255 or 36.32% from 391); Blue value is 58 (23.05% from 255 or 14.83% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8E3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8E3A is #4071C5. Grayscale: #939393. Windows color (decimal): -4223430 or 3837631. OLE color: 3837631.

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

Color convert

RGB19114258-
CMYK00.260.700.25
HSL37.89º53.41%48.82%-
HSV(B)37.89º69.63%74.9%-
XYZ31.9230.738.25-
YUV147.0777.73159.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.85%
GREEN value IS 142 (55.86% from 255) = 36.32%
BLUE value IS 58 (23.05% from 255) = 14.83%
R=48.85%
G=36.32%
B=14.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911425800.260.700.2537.8953.4148.82
HexBF8E3A01A4619263531
Octal2772167203210631466561
Binary1011111110001110111010011010100011011001100110110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8E3A; }

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

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

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

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

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

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

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

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