#BC9043

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

Shades of Pizza #BC9043

Tints of Pizza #BC9043

Color information

#BC9043 (or 0xBC9043) is unknown color: approx Pizza. HEX triplet: BC, 90 and 43. RGB value is (188,144,67). Sum of RGB (Red+Green+Blue) = 188+144+67=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 67 (26.56% from 255 or 16.79% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9043 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9043 is #436FBC. Grayscale: #949494. Windows color (decimal): -4419517 or 4427964. OLE color: 4427964.

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

Color convert

RGB18814467-
CMYK00.230.640.26
HSL38.18º47.45%50%-
HSV(B)38.18º64.36%73.73%-
XYZ31.7331.049.63-
YUV148.3882.08156.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.12%
GREEN value IS 144 (56.64% from 255) = 36.09%
BLUE value IS 67 (26.56% from 255) = 16.79%
R=47.12%
G=36.09%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881446700.230.640.2638.1847.4550
HexBC9043017401A262f32
Octal27422010302710032465762
Binary10111100100100001000011010111100000011010100110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9043; }

 p { color: rgb(188,144,67); }

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

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

 a { background-color: rgb(188,144,67); }

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

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

 span { border-color: rgb(188,144,67); }

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