#BC913B

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

Shades of Pizza #BC913B

Tints of Pizza #BC913B

Color information

#BC913B (or 0xBC913B) is unknown color: approx Pizza. HEX triplet: BC, 91 and 3B. RGB value is (188,145,59). Sum of RGB (Red+Green+Blue) = 188+145+59=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 59 (23.44% from 255 or 15.05% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC913B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC913B is #436EC4. Grayscale: #949494. Windows color (decimal): -4419269 or 3903932. OLE color: 3903932.

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

Color convert

RGB18814559-
CMYK00.230.690.26
HSL40º52.23%48.43%-
HSV(B)40º68.62%73.73%-
XYZ31.6531.268.5-
YUV148.0577.75156.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.96%
GREEN value IS 145 (57.03% from 255) = 36.99%
BLUE value IS 59 (23.44% from 255) = 15.05%
R=47.96%
G=36.99%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881455900.230.690.264052.2348.43
HexBC913B017451A283430
Octal2742217302710532506460
Binary1011110010010001111011010111100010111010101000110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC913B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC913B; }

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

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

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

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

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

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

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

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