Html Css Color HEX #BA2D06 Harley Davidson Orange

📋 copy color: '#BA2D06'

red 186 ◦ green 45 ◦ blue 6

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

Shades of Harley Davidson Orange #BA2D06

Tints of Harley Davidson Orange #BA2D06

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.99%

 BLUE value IS 6 (2.73% from 255) = 2.53%

R = 78.48%
G = 18.99%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA2D06 (or 0xBA2D06) is known color: Harley Davidson Orange. HEX triplet: BA, 2D and 06. RGB value is (186,45,6). Sum of RGB (Red+Green+Blue) = 186+45+6=237 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.48% from 237); Green value is 45 (17.97% from 255 or 18.99% from 237); Blue value is 6 (2.73% from 255 or 2.53% from 237); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2D06 is #45D2F9. Grayscale: #535353. Windows color (decimal): -4575994 or 404922. OLE color: 404922.

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

Color convert

RGB 186 45 6 -
CMYK 0 0.76 0.97 0.27
HSL 13º 0.94% 0.38% -
HSV(B) 13º 0.97% 0.73% -
XYZ 21.22 12.33 1.43 -
YUV 82.71 84.71 201.67 -
System Red Green Blue C M Y K H S L
Decimal 186 45 6 0 0.76 0.97 0.27 13 0.94 0.38
Hex BA 2D 6 0 4C 61 1B D 5E 26
Octal 272 55 6 0 114 141 33 15 136 46
Binary 10111010 101101 110 0 1001100 1100001 11011 1101 1011110 100110

Color Harmonies of #BA2D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2D06

Black with #BA2D06

Text Example


Text Example

White with #BA2D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2D06; }

 p { color: rgb(186,45,6); }

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

background-color css

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

 a { background-color: rgb(186,45,6); }

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

border-color css

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

 span { border-color: rgb(186,45,6); }

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