Html Css Color HEX #BA3211 Harley Davidson Orange

📋 copy color: '#BA3211'

red 186 ◦ green 50 ◦ blue 17

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

Shades of Harley Davidson Orange #BA3211

Tints of Harley Davidson Orange #BA3211

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.76%

 BLUE value IS 17 (7.03% from 255) = 6.72%

R = 73.52%
G = 19.76%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA3211 (or 0xBA3211) is known color: Harley Davidson Orange. HEX triplet: BA, 32 and 11. RGB value is (186,50,17). Sum of RGB (Red+Green+Blue) = 186+50+17=253 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.52% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 17 (7.03% from 255 or 6.72% from 253); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3211 is #45CDEE. Grayscale: #575757. Windows color (decimal): -4574703 or 1127098. OLE color: 1127098.

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

Color convert

RGB 186 50 17 -
CMYK 0 0.73 0.91 0.27
HSL 11.72º 0.83% 0.4% -
HSV(B) 11.72º 0.91% 0.73% -
XYZ 21.49 12.76 1.86 -
YUV 86.9 88.56 198.68 -
System Red Green Blue C M Y K H S L
Decimal 186 50 17 0 0.73 0.91 0.27 11.72 0.83 0.4
Hex BA 32 11 0 49 5B 1B C 53 28
Octal 272 62 21 0 111 133 33 14 123 50
Binary 10111010 110010 10001 0 1001001 1011011 11011 1100 1010011 101000

Color Harmonies of #BA3211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3211

Black with #BA3211

Text Example


Text Example

White with #BA3211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3211; }

 p { color: rgb(186,50,17); }

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

background-color css

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

 a { background-color: rgb(186,50,17); }

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

border-color css

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

 span { border-color: rgb(186,50,17); }

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