#BC3A1B

Color #BC3A1B Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #BC3A1B

Tints of Harley Davidson Orange #BC3A1B

Color information

#BC3A1B (or 0xBC3A1B) is unknown color: approx Harley Davidson Orange. HEX triplet: BC, 3A and 1B. RGB value is (188,58,27). Sum of RGB (Red+Green+Blue) = 188+58+27=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 27 (10.94% from 255 or 9.89% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3A1B is #43C5E4. Grayscale: #5D5D5D. Windows color (decimal): -4441573 or 1784508. OLE color: 1784508.

HSL color Cylindrical-coordinate representation of color #BC3A1B: hue angle of 11.55º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC3A1B is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB1885827-
CMYK00.690.860.26
HSL11.55º74.88%42.16%-
HSV(B)11.55º85.64%73.73%-
XYZ22.4513.82.52-
YUV93.3490.57195.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 68.86%
GREEN value IS 58 (23.05% from 255) = 21.25%
BLUE value IS 27 (10.94% from 255) = 9.89%
R=68.86%
G=21.25%
B=9.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188582700.690.860.2611.5574.8842.16
HexBC3A1B045561Ac4b2a
Octal27472330105126321411352
Binary10111100111010110110100010110101101101011001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3A1B; }

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

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

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

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

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

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

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

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