Html Css Color HEX #BA250B Harley Davidson Orange

📋 copy color: '#BA250B'

red 186 ◦ green 37 ◦ blue 11

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

Shades of Harley Davidson Orange #BA250B

Tints of Harley Davidson Orange #BA250B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.81%

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

R = 79.49%
G = 15.81%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA250B (or 0xBA250B) is known color: Harley Davidson Orange. HEX triplet: BA, 25 and 0B. RGB value is (186,37,11). Sum of RGB (Red+Green+Blue) = 186+37+11=234 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.49% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 11 (4.69% from 255 or 4.70% from 234); Max value from RGB is 186 - color contains mainly: red. Hex color #BA250B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA250B is #45DAF4. Grayscale: #4E4E4E. Windows color (decimal): -4578037 or 730554. OLE color: 730554.

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

Color convert

RGB 186 37 11 -
CMYK 0 0.80 0.94 0.27
HSL 8.91º 0.89% 0.39% -
HSV(B) 8.91º 0.94% 0.73% -
XYZ 20.97 11.79 1.49 -
YUV 78.59 89.86 204.61 -
System Red Green Blue C M Y K H S L
Decimal 186 37 11 0 0.80 0.94 0.27 8.91 0.89 0.39
Hex BA 25 B 0 50 5E 1B 9 59 27
Octal 272 45 13 0 120 136 33 11 131 47
Binary 10111010 100101 1011 0 1010000 1011110 11011 1001 1011001 100111

Color Harmonies of #BA250B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA250B

Black with #BA250B

Text Example


Text Example

White with #BA250B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA250B; }

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

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

background-color css

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

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

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

border-color css

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

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

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