#BC8D42

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

Shades of Pizza #BC8D42

Tints of Pizza #BC8D42

Color information

#BC8D42 (or 0xBC8D42) is unknown color: approx Pizza. HEX triplet: BC, 8D and 42. RGB value is (188,141,66). Sum of RGB (Red+Green+Blue) = 188+141+66=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 66 (26.17% from 255 or 16.71% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8D42 is #4372BD. Grayscale: #929292. Windows color (decimal): -4420286 or 4361660. OLE color: 4361660.

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

Color convert

RGB18814166-
CMYK00.250.650.26
HSL36.89º48.03%49.8%-
HSV(B)36.89º64.89%73.73%-
XYZ31.2530.139.32-
YUV146.582.57157.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.59%
GREEN value IS 141 (55.47% from 255) = 35.70%
BLUE value IS 66 (26.17% from 255) = 16.71%
R=47.59%
G=35.70%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881416600.250.650.2636.8948.0349.8
HexBC8D42019411A253032
Octal27421510203110132456062
Binary10111100100011011000010011001100000111010100101110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8D42; }

 p { color: rgb(188,141,66); }

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

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

 a { background-color: rgb(188,141,66); }

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

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

 span { border-color: rgb(188,141,66); }

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