Html Css Color HEX #BA310B Harley Davidson Orange

📋 copy color: '#BA310B'

red 186 ◦ green 49 ◦ blue 11

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

Shades of Harley Davidson Orange #BA310B

Tints of Harley Davidson Orange #BA310B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.92%

 BLUE value IS 11 (4.69% from 255) = 4.47%

R = 75.61%
G = 19.92%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA310B (or 0xBA310B) is known color: Harley Davidson Orange. HEX triplet: BA, 31 and 0B. RGB value is (186,49,11). Sum of RGB (Red+Green+Blue) = 186+49+11=246 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.61% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 11 (4.69% from 255 or 4.47% from 246); Max value from RGB is 186 - color contains mainly: red. Hex color #BA310B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA310B is #45CEF4. Grayscale: #555555. Windows color (decimal): -4574965 or 733626. OLE color: 733626.

HSL color Cylindrical-coordinate representation of color #BA310B: hue angle of 13.03º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA310B is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 49 11 -
CMYK 0 0.74 0.94 0.27
HSL 13.03º 0.89% 0.39% -
HSV(B) 13.03º 0.94% 0.73% -
XYZ 21.41 12.66 1.63 -
YUV 85.63 85.89 199.59 -
System Red Green Blue C M Y K H S L
Decimal 186 49 11 0 0.74 0.94 0.27 13.03 0.89 0.39
Hex BA 31 B 0 4A 5E 1B D 59 27
Octal 272 61 13 0 112 136 33 15 131 47
Binary 10111010 110001 1011 0 1001010 1011110 11011 1101 1011001 100111

Color Harmonies of #BA310B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA310B

Black with #BA310B

Text Example


Text Example

White with #BA310B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA310B; }

 p { color: rgb(186,49,11); }

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

background-color css

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

 a { background-color: rgb(186,49,11); }

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

border-color css

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

 span { border-color: rgb(186,49,11); }

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