#ba381e

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

Shades of Harley Davidson Orange #BA381E

Tints of Harley Davidson Orange #BA381E

Color information

#BA381E (or 0xBA381E) is unknown color: approx Harley Davidson Orange. HEX triplet: BA, 38 and 1E. RGB value is (186,56,30). Sum of RGB (Red+Green+Blue) = 186+56+30=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 56 (22.27% from 255 or 20.59% from 272); Blue value is 30 (12.11% from 255 or 11.03% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA381E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA381E is #45C7E1. Grayscale: #5C5C5C. Windows color (decimal): -4573154 or 1980602. OLE color: 1980602.

HSL color Cylindrical-coordinate representation of color #BA381E: hue angle of 10º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA381E is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB1865630-
CMYK00.700.840.27
HSL10º72.22%42.35%-
HSV(B)10º83.87%72.94%-
XYZ21.913.362.65-
YUV91.9193.07195.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 68.38%
GREEN value IS 56 (22.27% from 255) = 20.59%
BLUE value IS 30 (12.11% from 255) = 11.03%
R=68.38%
G=20.59%
B=11.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186563000.700.840.271072.2242.35
HexBA381E046541Ba482a
Octal27270360106124331211052
Binary10111010111000111100100011010101001101110101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba381e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba381e; }

 p { color: rgb(186,56,30); }

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

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

 a { background-color: rgb(186,56,30); }

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

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

 span { border-color: rgb(186,56,30); }

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