Html Css Color HEX #BA3214 Harley Davidson Orange

📋 copy color: '#BA3214'

red 186 ◦ green 50 ◦ blue 20

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

Shades of Harley Davidson Orange #BA3214

Tints of Harley Davidson Orange #BA3214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.81%

R = 72.66%
G = 19.53%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA3214 (or 0xBA3214) is known color: Harley Davidson Orange. HEX triplet: BA, 32 and 14. RGB value is (186,50,20). Sum of RGB (Red+Green+Blue) = 186+50+20=256 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.66% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3214 is #45CDEB. Grayscale: #575757. Windows color (decimal): -4574700 or 1323706. OLE color: 1323706.

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

Color convert

RGB 186 50 20 -
CMYK 0 0.73 0.89 0.27
HSL 10.84º 0.81% 0.4% -
HSV(B) 10.84º 0.89% 0.73% -
XYZ 21.52 12.77 1.99 -
YUV 87.24 90.06 198.44 -
System Red Green Blue C M Y K H S L
Decimal 186 50 20 0 0.73 0.89 0.27 10.84 0.81 0.4
Hex BA 32 14 0 49 59 1B B 51 28
Octal 272 62 24 0 111 131 33 13 121 50
Binary 10111010 110010 10100 0 1001001 1011001 11011 1011 1010001 101000

Color Harmonies of #BA3214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3214

Black with #BA3214

Text Example


Text Example

White with #BA3214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3214; }

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

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

background-color css

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

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

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

border-color css

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

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

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