#BC753A

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

Shades of Meteor #BC753A

Tints of Meteor #BC753A

Color information

#BC753A (or 0xBC753A) is unknown color: approx Meteor. HEX triplet: BC, 75 and 3A. RGB value is (188,117,58). Sum of RGB (Red+Green+Blue) = 188+117+58=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 58 (23.05% from 255 or 15.98% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC753A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC753A is #438AC5. Grayscale: #838383. Windows color (decimal): -4426438 or 3831228. OLE color: 3831228.

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

Color convert

RGB18811758-
CMYK00.380.690.26
HSL27.23º52.85%48.24%-
HSV(B)27.23º69.15%73.73%-
XYZ27.8623.727.11-
YUV131.586.52168.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.79%
GREEN value IS 117 (46.09% from 255) = 32.23%
BLUE value IS 58 (23.05% from 255) = 15.98%
R=51.79%
G=32.23%
B=15.98%

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
Decimal1881175800.380.690.2627.2352.8548.24
HexBC753A026451A1b3530
Octal2741657204610532336560
Binary101111001110101111010010011010001011101011011110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC753A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC753A; }

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

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

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

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

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

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

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

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