Html Css Color HEX #BA3321 Harley Davidson Orange

📋 copy color: '#BA3321'

red 186 ◦ green 51 ◦ blue 33

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

Shades of Harley Davidson Orange #BA3321

Tints of Harley Davidson Orange #BA3321

RGB

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

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

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

R = 68.89%
G = 18.89%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BA3321 (or 0xBA3321) is known color: Harley Davidson Orange. HEX triplet: BA, 33 and 21. RGB value is (186,51,33). Sum of RGB (Red+Green+Blue) = 186+51+33=270 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.89% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3321 is #45CCDE. Grayscale: #595959. Windows color (decimal): -4574431 or 2175930. OLE color: 2175930.

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

Color convert

RGB 186 51 33 -
CMYK 0 0.73 0.82 0.27
HSL 7.06º 0.7% 0.43% -
HSV(B) 7.06º 0.82% 0.73% -
XYZ 21.71 12.92 2.79 -
YUV 89.31 96.23 196.96 -
System Red Green Blue C M Y K H S L
Decimal 186 51 33 0 0.73 0.82 0.27 7.06 0.7 0.43
Hex BA 33 21 0 49 52 1B 7 46 2B
Octal 272 63 41 0 111 122 33 7 106 53
Binary 10111010 110011 100001 0 1001001 1010010 11011 111 1000110 101011

Color Harmonies of #BA3321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3321

Black with #BA3321

Text Example


Text Example

White with #BA3321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3321; }

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

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

background-color css

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

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

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

border-color css

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

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

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