#BC913F

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

Shades of Pizza #BC913F

Tints of Pizza #BC913F

Color information

#BC913F (or 0xBC913F) is unknown color: approx Pizza. HEX triplet: BC, 91 and 3F. RGB value is (188,145,63). Sum of RGB (Red+Green+Blue) = 188+145+63=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 63 (25% from 255 or 15.91% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC913F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC913F is #436EC0. Grayscale: #949494. Windows color (decimal): -4419265 or 4166076. OLE color: 4166076.

HSL color Cylindrical-coordinate representation of color #BC913F: hue angle of 39.36º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC913F is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB18814563-
CMYK00.230.660.26
HSL39.36º49.8%49.22%-
HSV(B)39.36º66.49%73.73%-
XYZ31.7631.39.07-
YUV148.5179.75156.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.47%
GREEN value IS 145 (57.03% from 255) = 36.62%
BLUE value IS 63 (25% from 255) = 15.91%
R=47.47%
G=36.62%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881456300.230.660.2639.3649.849.22
HexBC913F017421A273231
Octal2742217702710232476261
Binary1011110010010001111111010111100001011010100111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC913F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC913F; }

 p { color: rgb(188,145,63); }

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

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

 a { background-color: rgb(188,145,63); }

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

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

 span { border-color: rgb(188,145,63); }

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