Html Css Color HEX #B93519 Harley Davidson Orange

📋 copy color: '#B93519'

red 185 ◦ green 53 ◦ blue 25

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

Shades of Harley Davidson Orange #B93519

Tints of Harley Davidson Orange #B93519

RGB

 RED value IS 185 (72.66% from 255) = 70.34%

 GREEN value IS 53 (21.09% from 255) = 20.15%

 BLUE value IS 25 (10.16% from 255) = 9.51%

R = 70.34%
G = 20.15%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B93519 (or 0xB93519) is known color: Harley Davidson Orange. HEX triplet: B9, 35 and 19. RGB value is (185,53,25). Sum of RGB (Red+Green+Blue) = 185+53+25=263 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.34% from 263); Green value is 53 (21.09% from 255 or 20.15% from 263); Blue value is 25 (10.16% from 255 or 9.51% from 263); Max value from RGB is 185 - color contains mainly: red. Hex color #B93519 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93519 is #46CAE6. Grayscale: #595959. Windows color (decimal): -4639463 or 1652153. OLE color: 1652153.

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

Color convert

RGB 185 53 25 -
CMYK 0 0.71 0.86 0.27
HSL 10.5º 0.76% 0.41% -
HSV(B) 10.5º 0.86% 0.73% -
XYZ 21.46 12.93 2.28 -
YUV 89.28 91.73 196.28 -
System Red Green Blue C M Y K H S L
Decimal 185 53 25 0 0.71 0.86 0.27 10.5 0.76 0.41
Hex B9 35 19 0 47 56 1B A 4C 29
Octal 271 65 31 0 107 126 33 12 114 51
Binary 10111001 110101 11001 0 1000111 1010110 11011 1010 1001100 101001

Color Harmonies of #B93519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93519

Black with #B93519

Text Example


Text Example

White with #B93519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93519; }

 p { color: rgb(185,53,25); }

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

background-color css

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

 a { background-color: rgb(185,53,25); }

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

border-color css

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

 span { border-color: rgb(185,53,25); }

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