#BF8C43

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

Shades of Pizza #BF8C43

Tints of Pizza #BF8C43

Color information

#BF8C43 (or 0xBF8C43) is unknown color: approx Pizza. HEX triplet: BF, 8C and 43. RGB value is (191,140,67). Sum of RGB (Red+Green+Blue) = 191+140+67=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 67 (26.56% from 255 or 16.83% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8C43 is #4073BC. Grayscale: #939393. Windows color (decimal): -4223933 or 4426943. OLE color: 4426943.

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

Color convert

RGB19114067-
CMYK00.270.650.25
HSL35.32º49.21%50.59%-
HSV(B)35.32º64.92%74.9%-
XYZ31.8830.249.47-
YUV146.9382.9159.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.99%
GREEN value IS 140 (55.08% from 255) = 35.18%
BLUE value IS 67 (26.56% from 255) = 16.83%
R=47.99%
G=35.18%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911406700.270.650.2535.3249.2150.59
HexBF8C4301B4119233133
Octal27721410303310131436163
Binary10111111100011001000011011011100000111001100011110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8C43; }

 p { color: rgb(191,140,67); }

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

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

 a { background-color: rgb(191,140,67); }

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

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

 span { border-color: rgb(191,140,67); }

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