Html Css Color HEX #BA331C Harley Davidson Orange

📋 copy color: '#BA331C'

red 186 ◦ green 51 ◦ blue 28

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

Shades of Harley Davidson Orange #BA331C

Tints of Harley Davidson Orange #BA331C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.25%

 BLUE value IS 28 (11.33% from 255) = 10.57%

R = 70.19%
G = 19.25%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA331C (or 0xBA331C) is known color: Harley Davidson Orange. HEX triplet: BA, 33 and 1C. RGB value is (186,51,28). Sum of RGB (Red+Green+Blue) = 186+51+28=265 (35% of max value = 765). Red value is 186 (73.05% from 255 or 70.19% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 186 - color contains mainly: red. Hex color #BA331C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA331C is #45CCE3. Grayscale: #585858. Windows color (decimal): -4574436 or 1848250. OLE color: 1848250.

HSL color Cylindrical-coordinate representation of color #BA331C: hue angle of 8.73º degrees, saturation: 0.74, 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 #BA331C is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 51 28 -
CMYK 0 0.73 0.85 0.27
HSL 8.73º 0.74% 0.42% -
HSV(B) 8.73º 0.85% 0.73% -
XYZ 21.64 12.89 2.45 -
YUV 88.74 93.73 197.37 -
System Red Green Blue C M Y K H S L
Decimal 186 51 28 0 0.73 0.85 0.27 8.73 0.74 0.42
Hex BA 33 1C 0 49 55 1B 9 4A 2A
Octal 272 63 34 0 111 125 33 11 112 52
Binary 10111010 110011 11100 0 1001001 1010101 11011 1001 1001010 101010

Color Harmonies of #BA331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA331C

Black with #BA331C

Text Example


Text Example

White with #BA331C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA331C; }

 p { color: rgb(186,51,28); }

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

background-color css

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

 a { background-color: rgb(186,51,28); }

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

border-color css

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

 span { border-color: rgb(186,51,28); }

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