Html Css Color HEX #BA351D Harley Davidson Orange

📋 copy color: '#BA351D'

red 186 ◦ green 53 ◦ blue 29

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

Shades of Harley Davidson Orange #BA351D

Tints of Harley Davidson Orange #BA351D

RGB

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

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

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

R = 69.4%
G = 19.78%
B = 10.82%

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

#BA351D (or 0xBA351D) is known color: Harley Davidson Orange. HEX triplet: BA, 35 and 1D. RGB value is (186,53,29). Sum of RGB (Red+Green+Blue) = 186+53+29=268 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.40% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 29 (11.72% from 255 or 10.82% from 268); Max value from RGB is 186 - color contains mainly: red. Hex color #BA351D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA351D is #45CAE2. Grayscale: #5A5A5A. Windows color (decimal): -4573923 or 1914298. OLE color: 1914298.

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

Color convert

RGB 186 53 29 -
CMYK 0 0.72 0.84 0.27
HSL 9.17º 0.73% 0.42% -
HSV(B) 9.17º 0.84% 0.73% -
XYZ 21.74 13.07 2.54 -
YUV 90.03 93.56 196.45 -
System Red Green Blue C M Y K H S L
Decimal 186 53 29 0 0.72 0.84 0.27 9.17 0.73 0.42
Hex BA 35 1D 0 48 54 1B 9 49 2A
Octal 272 65 35 0 110 124 33 11 111 52
Binary 10111010 110101 11101 0 1001000 1010100 11011 1001 1001001 101010

Color Harmonies of #BA351D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA351D

Black with #BA351D

Text Example


Text Example

White with #BA351D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA351D; }

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

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

background-color css

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

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

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

border-color css

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

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

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