Html Css Color HEX #BA331E Harley Davidson Orange

📋 copy color: '#BA331E'

red 186 ◦ green 51 ◦ blue 30

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

Shades of Harley Davidson Orange #BA331E

Tints of Harley Davidson Orange #BA331E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.24%

R = 69.66%
G = 19.1%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA331E (or 0xBA331E) is known color: Harley Davidson Orange. HEX triplet: BA, 33 and 1E. RGB value is (186,51,30). Sum of RGB (Red+Green+Blue) = 186+51+30=267 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.66% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 186 - color contains mainly: red. Hex color #BA331E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA331E is #45CCE1. Grayscale: #595959. Windows color (decimal): -4574434 or 1979322. OLE color: 1979322.

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

Color convert

RGB 186 51 30 -
CMYK 0 0.73 0.84 0.27
HSL 8.08º 0.72% 0.42% -
HSV(B) 8.08º 0.84% 0.73% -
XYZ 21.67 12.9 2.58 -
YUV 88.97 94.73 197.21 -
System Red Green Blue C M Y K H S L
Decimal 186 51 30 0 0.73 0.84 0.27 8.08 0.72 0.42
Hex BA 33 1E 0 49 54 1B 8 48 2A
Octal 272 63 36 0 111 124 33 10 110 52
Binary 10111010 110011 11110 0 1001001 1010100 11011 1000 1001000 101010

Color Harmonies of #BA331E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA331E

Black with #BA331E

Text Example


Text Example

White with #BA331E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA331E; }

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

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

background-color css

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

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

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

border-color css

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

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

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