Html Css Color HEX #BA200A Harley Davidson Orange

📋 copy color: '#BA200A'

red 186 ◦ green 32 ◦ blue 10

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

Shades of Harley Davidson Orange #BA200A

Tints of Harley Davidson Orange #BA200A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.04%

 BLUE value IS 10 (4.3% from 255) = 4.39%

R = 81.58%
G = 14.04%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA200A (or 0xBA200A) is known color: Harley Davidson Orange. HEX triplet: BA, 20 and 0A. RGB value is (186,32,10). Sum of RGB (Red+Green+Blue) = 186+32+10=228 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.58% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 10 (4.30% from 255 or 4.39% from 228); Max value from RGB is 186 - color contains mainly: red. Hex color #BA200A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA200A is #45DFF5. Grayscale: #4B4B4B. Windows color (decimal): -4579318 or 663738. OLE color: 663738.

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

Color convert

RGB 186 32 10 -
CMYK 0 0.83 0.95 0.27
HSL 7.5º 0.9% 0.38% -
HSV(B) 7.5º 0.95% 0.73% -
XYZ 20.82 11.49 1.41 -
YUV 75.54 91.02 206.79 -
System Red Green Blue C M Y K H S L
Decimal 186 32 10 0 0.83 0.95 0.27 7.5 0.9 0.38
Hex BA 20 A 0 53 5F 1B 8 5A 26
Octal 272 40 12 0 123 137 33 10 132 46
Binary 10111010 100000 1010 0 1010011 1011111 11011 1000 1011010 100110

Color Harmonies of #BA200A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA200A

Black with #BA200A

Text Example


Text Example

White with #BA200A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA200A; }

 p { color: rgb(186,32,10); }

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

background-color css

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

 a { background-color: rgb(186,32,10); }

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

border-color css

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

 span { border-color: rgb(186,32,10); }

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