Html Css Color HEX #B93419 Harley Davidson Orange

📋 copy color: '#B93419'

red 185 ◦ green 52 ◦ blue 25

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

Shades of Harley Davidson Orange #B93419

Tints of Harley Davidson Orange #B93419

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.85%

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

R = 70.61%
G = 19.85%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B93419 (or 0xB93419) is known color: Harley Davidson Orange. HEX triplet: B9, 34 and 19. RGB value is (185,52,25). Sum of RGB (Red+Green+Blue) = 185+52+25=262 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.61% from 262); Green value is 52 (20.70% from 255 or 19.85% from 262); Blue value is 25 (10.16% from 255 or 9.54% from 262); Max value from RGB is 185 - color contains mainly: red. Hex color #B93419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93419 is #46CBE6. Grayscale: #585858. Windows color (decimal): -4639719 or 1651897. OLE color: 1651897.

HSL color Cylindrical-coordinate representation of color #B93419: hue angle of 10.12º 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 #B93419 is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 52 25 -
CMYK 0 0.72 0.86 0.27
HSL 10.13º 0.76% 0.41% -
HSV(B) 10.13º 0.86% 0.73% -
XYZ 21.41 12.84 2.27 -
YUV 88.69 92.06 196.7 -
System Red Green Blue C M Y K H S L
Decimal 185 52 25 0 0.72 0.86 0.27 10.13 0.76 0.41
Hex B9 34 19 0 48 56 1B A 4C 29
Octal 271 64 31 0 110 126 33 12 114 51
Binary 10111001 110100 11001 0 1001000 1010110 11011 1010 1001100 101001

Color Harmonies of #B93419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93419

Black with #B93419

Text Example


Text Example

White with #B93419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93419; }

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

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

background-color css

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

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

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

border-color css

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

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

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