Html Css Color HEX #BA351E Harley Davidson Orange

📋 copy color: '#BA351E'

red 186 ◦ green 53 ◦ blue 30

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

Shades of Harley Davidson Orange #BA351E

Tints of Harley Davidson Orange #BA351E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.7%

 BLUE value IS 30 (12.11% from 255) = 11.15%

R = 69.14%
G = 19.7%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA351E (or 0xBA351E) is known color: Harley Davidson Orange. HEX triplet: BA, 35 and 1E. RGB value is (186,53,30). Sum of RGB (Red+Green+Blue) = 186+53+30=269 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.14% from 269); Green value is 53 (21.09% from 255 or 19.70% from 269); Blue value is 30 (12.11% from 255 or 11.15% from 269); Max value from RGB is 186 - color contains mainly: red. Hex color #BA351E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA351E is #45CAE1. Grayscale: #5A5A5A. Windows color (decimal): -4573922 or 1979834. OLE color: 1979834.

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

Color convert

RGB 186 53 30 -
CMYK 0 0.72 0.84 0.27
HSL 8.85º 0.72% 0.42% -
HSV(B) 8.85º 0.84% 0.73% -
XYZ 21.76 13.08 2.61 -
YUV 90.15 94.06 196.37 -
System Red Green Blue C M Y K H S L
Decimal 186 53 30 0 0.72 0.84 0.27 8.85 0.72 0.42
Hex BA 35 1E 0 48 54 1B 9 48 2A
Octal 272 65 36 0 110 124 33 11 110 52
Binary 10111010 110101 11110 0 1001000 1010100 11011 1001 1001000 101010

Color Harmonies of #BA351E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA351E

Black with #BA351E

Text Example


Text Example

White with #BA351E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA351E; }

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

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

background-color css

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

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

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

border-color css

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

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

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