Html Css Color HEX #BA391D Harley Davidson Orange

📋 copy color: '#BA391D'

red 186 ◦ green 57 ◦ blue 29

#BA391D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #BA391D

Tints of Harley Davidson Orange #BA391D

RGB

 RED value IS 186 (73.05% from 255) = 68.38%

 GREEN value IS 57 (22.66% from 255) = 20.96%

 BLUE value IS 29 (11.72% from 255) = 10.66%

R = 68.38%
G = 20.96%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA391D (or 0xBA391D) is known color: Harley Davidson Orange. HEX triplet: BA, 39 and 1D. RGB value is (186,57,29). Sum of RGB (Red+Green+Blue) = 186+57+29=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 29 (11.72% from 255 or 10.66% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA391D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA391D is #45C6E2. Grayscale: #5C5C5C. Windows color (decimal): -4572899 or 1915322. OLE color: 1915322.

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

Color convert

RGB 186 57 29 -
CMYK 0 0.69 0.84 0.27
HSL 10.7º 0.73% 0.42% -
HSV(B) 10.7º 0.84% 0.73% -
XYZ 21.93 13.45 2.6 -
YUV 92.38 92.24 194.78 -
System Red Green Blue C M Y K H S L
Decimal 186 57 29 0 0.69 0.84 0.27 10.7 0.73 0.42
Hex BA 39 1D 0 45 54 1B B 49 2A
Octal 272 71 35 0 105 124 33 13 111 52
Binary 10111010 111001 11101 0 1000101 1010100 11011 1011 1001001 101010

Color Harmonies of #BA391D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA391D

Black with #BA391D

Text Example


Text Example

White with #BA391D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA391D; }

 p { color: rgb(186,57,29); }

 H1.HeaderClassName
 {
   color: #BA391D;
 }
 .AnyTagClassName
 {
   color: #BA391D;
 }
</style>

background-color css

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

 a { background-color: rgb(186,57,29); }

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

border-color css

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

 span { border-color: rgb(186,57,29); }

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