#BC743A

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

Shades of Meteor #BC743A

Tints of Meteor #BC743A

Color information

#BC743A (or 0xBC743A) is unknown color: approx Meteor. HEX triplet: BC, 74 and 3A. RGB value is (188,116,58). Sum of RGB (Red+Green+Blue) = 188+116+58=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 58 (23.05% from 255 or 16.02% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC743A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC743A is #438BC5. Grayscale: #838383. Windows color (decimal): -4426694 or 3830972. OLE color: 3830972.

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

Color convert

RGB18811658-
CMYK00.380.690.26
HSL26.77º52.85%48.24%-
HSV(B)26.77º69.15%73.73%-
XYZ27.7523.497.07-
YUV130.9286.85168.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.93%
GREEN value IS 116 (45.70% from 255) = 32.04%
BLUE value IS 58 (23.05% from 255) = 16.02%
R=51.93%
G=32.04%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881165800.380.690.2626.7752.8548.24
HexBC743A026451A1b3530
Octal2741647204610532336560
Binary101111001110100111010010011010001011101011011110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC743A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC743A; }

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

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

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

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

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

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

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

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