Html Css Color HEX #B93417 Harley Davidson Orange

📋 copy color: '#B93417'

red 185 ◦ green 52 ◦ blue 23

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

Shades of Harley Davidson Orange #B93417

Tints of Harley Davidson Orange #B93417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.85%

R = 71.15%
G = 20%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B93417 (or 0xB93417) is known color: Harley Davidson Orange. HEX triplet: B9, 34 and 17. RGB value is (185,52,23). Sum of RGB (Red+Green+Blue) = 185+52+23=260 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.15% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 23 (9.38% from 255 or 8.85% from 260); Max value from RGB is 185 - color contains mainly: red. Hex color #B93417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93417 is #46CBE8. Grayscale: #585858. Windows color (decimal): -4639721 or 1520825. OLE color: 1520825.

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

Color convert

RGB 185 52 23 -
CMYK 0 0.72 0.88 0.27
HSL 10.74º 0.78% 0.41% -
HSV(B) 10.74º 0.88% 0.73% -
XYZ 21.39 12.83 2.16 -
YUV 88.46 91.06 196.86 -
System Red Green Blue C M Y K H S L
Decimal 185 52 23 0 0.72 0.88 0.27 10.74 0.78 0.41
Hex B9 34 17 0 48 58 1B B 4E 29
Octal 271 64 27 0 110 130 33 13 116 51
Binary 10111001 110100 10111 0 1001000 1011000 11011 1011 1001110 101001

Color Harmonies of #B93417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93417

Black with #B93417

Text Example


Text Example

White with #B93417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93417; }

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

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

background-color css

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

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

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

border-color css

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

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

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