Html Css Color HEX #BA371B Harley Davidson Orange

📋 copy color: '#BA371B'

red 186 ◦ green 55 ◦ blue 27

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

Shades of Harley Davidson Orange #BA371B

Tints of Harley Davidson Orange #BA371B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.52%

 BLUE value IS 27 (10.94% from 255) = 10.07%

R = 69.4%
G = 20.52%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA371B (or 0xBA371B) is known color: Harley Davidson Orange. HEX triplet: BA, 37 and 1B. RGB value is (186,55,27). Sum of RGB (Red+Green+Blue) = 186+55+27=268 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.40% from 268); Green value is 55 (21.88% from 255 or 20.52% from 268); Blue value is 27 (10.94% from 255 or 10.07% from 268); Max value from RGB is 186 - color contains mainly: red. Hex color #BA371B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA371B is #45C8E4. Grayscale: #5B5B5B. Windows color (decimal): -4573413 or 1783738. OLE color: 1783738.

HSL color Cylindrical-coordinate representation of color #BA371B: hue angle of 10.57º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA371B is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 55 27 -
CMYK 0 0.70 0.85 0.27
HSL 10.57º 0.75% 0.42% -
HSV(B) 10.57º 0.85% 0.73% -
XYZ 21.81 13.25 2.44 -
YUV 90.98 91.9 195.78 -
System Red Green Blue C M Y K H S L
Decimal 186 55 27 0 0.70 0.85 0.27 10.57 0.75 0.42
Hex BA 37 1B 0 46 55 1B B 4B 2A
Octal 272 67 33 0 106 125 33 13 113 52
Binary 10111010 110111 11011 0 1000110 1010101 11011 1011 1001011 101010

Color Harmonies of #BA371B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA371B

Black with #BA371B

Text Example


Text Example

White with #BA371B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA371B; }

 p { color: rgb(186,55,27); }

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

background-color css

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

 a { background-color: rgb(186,55,27); }

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

border-color css

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

 span { border-color: rgb(186,55,27); }

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