Html Css Color HEX #BA3522 Harley Davidson Orange

📋 copy color: '#BA3522'

red 186 ◦ green 53 ◦ blue 34

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

Shades of Harley Davidson Orange #BA3522

Tints of Harley Davidson Orange #BA3522

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.41%

 BLUE value IS 34 (13.67% from 255) = 12.45%

R = 68.13%
G = 19.41%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BA3522 (or 0xBA3522) is known color: Harley Davidson Orange. HEX triplet: BA, 35 and 22. RGB value is (186,53,34). Sum of RGB (Red+Green+Blue) = 186+53+34=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 34 (13.67% from 255 or 12.45% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3522 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3522 is #45CADD. Grayscale: #5A5A5A. Windows color (decimal): -4573918 or 2241978. OLE color: 2241978.

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

Color convert

RGB 186 53 34 -
CMYK 0 0.72 0.82 0.27
HSL 7.5º 0.69% 0.43% -
HSV(B) 7.5º 0.82% 0.73% -
XYZ 21.81 13.1 2.89 -
YUV 90.6 96.06 196.04 -
System Red Green Blue C M Y K H S L
Decimal 186 53 34 0 0.72 0.82 0.27 7.5 0.69 0.43
Hex BA 35 22 0 48 52 1B 8 45 2B
Octal 272 65 42 0 110 122 33 10 105 53
Binary 10111010 110101 100010 0 1001000 1010010 11011 1000 1000101 101011

Color Harmonies of #BA3522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3522

Black with #BA3522

Text Example


Text Example

White with #BA3522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3522; }

 p { color: rgb(186,53,34); }

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

background-color css

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

 a { background-color: rgb(186,53,34); }

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

border-color css

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

 span { border-color: rgb(186,53,34); }

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