#BC8A3A

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

Shades of Pizza #BC8A3A

Tints of Pizza #BC8A3A

Color information

#BC8A3A (or 0xBC8A3A) is unknown color: approx Pizza. HEX triplet: BC, 8A and 3A. RGB value is (188,138,58). Sum of RGB (Red+Green+Blue) = 188+138+58=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 138 (54.30% from 255 or 35.94% from 384); Blue value is 58 (23.05% from 255 or 15.10% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8A3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8A3A is #4375C5. Grayscale: #909090. Windows color (decimal): -4421062 or 3836604. OLE color: 3836604.

HSL color Cylindrical-coordinate representation of color #BC8A3A: hue angle of 36.92º degrees, saturation: 0.53, 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 #BC8A3A is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB18813858-
CMYK00.270.690.26
HSL36.92º52.85%48.24%-
HSV(B)36.92º69.15%73.73%-
XYZ30.5929.178.02-
YUV143.8379.56159.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.96%
GREEN value IS 138 (54.30% from 255) = 35.94%
BLUE value IS 58 (23.05% from 255) = 15.10%
R=48.96%
G=35.94%
B=15.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881385800.270.690.2636.9252.8548.24
HexBC8A3A01B451A253530
Octal2742127203310532456560
Binary1011110010001010111010011011100010111010100101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8A3A; }

 p { color: rgb(188,138,58); }

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

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

 a { background-color: rgb(188,138,58); }

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

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

 span { border-color: rgb(188,138,58); }

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