Html Css Color HEX #BA381F Harley Davidson Orange

📋 copy color: '#BA381F'

red 186 ◦ green 56 ◦ blue 31

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

Shades of Harley Davidson Orange #BA381F

Tints of Harley Davidson Orange #BA381F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.51%

 BLUE value IS 31 (12.5% from 255) = 11.36%

R = 68.13%
G = 20.51%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA381F (or 0xBA381F) is known color: Harley Davidson Orange. HEX triplet: BA, 38 and 1F. RGB value is (186,56,31). Sum of RGB (Red+Green+Blue) = 186+56+31=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA381F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA381F is #45C7E0. Grayscale: #5C5C5C. Windows color (decimal): -4573153 or 2046138. OLE color: 2046138.

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

Color convert

RGB 186 56 31 -
CMYK 0 0.70 0.83 0.27
HSL 9.68º 0.71% 0.43% -
HSV(B) 9.68º 0.83% 0.73% -
XYZ 21.91 13.37 2.72 -
YUV 92.02 93.57 195.03 -
System Red Green Blue C M Y K H S L
Decimal 186 56 31 0 0.70 0.83 0.27 9.68 0.71 0.43
Hex BA 38 1F 0 46 53 1B A 47 2B
Octal 272 70 37 0 106 123 33 12 107 53
Binary 10111010 111000 11111 0 1000110 1010011 11011 1010 1000111 101011

Color Harmonies of #BA381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA381F

Black with #BA381F

Text Example


Text Example

White with #BA381F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA381F; }

 p { color: rgb(186,56,31); }

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

background-color css

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

 a { background-color: rgb(186,56,31); }

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

border-color css

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

 span { border-color: rgb(186,56,31); }

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