Html Css Color HEX #BA3B21 Harley Davidson Orange

📋 copy color: '#BA3B21'

red 186 ◦ green 59 ◦ blue 33

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

Shades of Harley Davidson Orange #BA3B21

Tints of Harley Davidson Orange #BA3B21

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.22%

 BLUE value IS 33 (13.28% from 255) = 11.87%

R = 66.91%
G = 21.22%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BA3B21 (or 0xBA3B21) is known color: Harley Davidson Orange. HEX triplet: BA, 3B and 21. RGB value is (186,59,33). Sum of RGB (Red+Green+Blue) = 186+59+33=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 59 (23.44% from 255 or 21.22% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3B21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3B21 is #45C4DE. Grayscale: #5E5E5E. Windows color (decimal): -4572383 or 2177978. OLE color: 2177978.

HSL color Cylindrical-coordinate representation of color #BA3B21: hue angle of 10.2º degrees, saturation: 0.7, 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 #BA3B21 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 59 33 -
CMYK 0 0.68 0.82 0.27
HSL 10.2º 0.7% 0.43% -
HSV(B) 10.2º 0.82% 0.73% -
XYZ 22.09 13.68 2.91 -
YUV 94.01 93.58 193.61 -
System Red Green Blue C M Y K H S L
Decimal 186 59 33 0 0.68 0.82 0.27 10.2 0.7 0.43
Hex BA 3B 21 0 44 52 1B A 46 2B
Octal 272 73 41 0 104 122 33 12 106 53
Binary 10111010 111011 100001 0 1000100 1010010 11011 1010 1000110 101011

Color Harmonies of #BA3B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3B21

Black with #BA3B21

Text Example


Text Example

White with #BA3B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3B21; }

 p { color: rgb(186,59,33); }

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

background-color css

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

 a { background-color: rgb(186,59,33); }

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

border-color css

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

 span { border-color: rgb(186,59,33); }

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