Html Css Color HEX #BA331F Harley Davidson Orange

📋 copy color: '#BA331F'

red 186 ◦ green 51 ◦ blue 31

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

Shades of Harley Davidson Orange #BA331F

Tints of Harley Davidson Orange #BA331F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.57%

R = 69.4%
G = 19.03%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA331F (or 0xBA331F) is known color: Harley Davidson Orange. HEX triplet: BA, 33 and 1F. RGB value is (186,51,31). Sum of RGB (Red+Green+Blue) = 186+51+31=268 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.40% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 186 - color contains mainly: red. Hex color #BA331F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA331F is #45CCE0. Grayscale: #595959. Windows color (decimal): -4574433 or 2044858. OLE color: 2044858.

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

Color convert

RGB 186 51 31 -
CMYK 0 0.73 0.83 0.27
HSL 7.74º 0.71% 0.43% -
HSV(B) 7.74º 0.83% 0.73% -
XYZ 21.68 12.91 2.64 -
YUV 89.09 95.23 197.13 -
System Red Green Blue C M Y K H S L
Decimal 186 51 31 0 0.73 0.83 0.27 7.74 0.71 0.43
Hex BA 33 1F 0 49 53 1B 8 47 2B
Octal 272 63 37 0 111 123 33 10 107 53
Binary 10111010 110011 11111 0 1001001 1010011 11011 1000 1000111 101011

Color Harmonies of #BA331F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA331F

Black with #BA331F

Text Example


Text Example

White with #BA331F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA331F; }

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

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

background-color css

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

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

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

border-color css

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

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

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