Html Css Color HEX #B93217 Harley Davidson Orange

📋 copy color: '#B93217'

red 185 ◦ green 50 ◦ blue 23

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

Shades of Harley Davidson Orange #B93217

Tints of Harley Davidson Orange #B93217

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.38%

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

R = 71.71%
G = 19.38%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B93217 (or 0xB93217) is known color: Harley Davidson Orange. HEX triplet: B9, 32 and 17. RGB value is (185,50,23). Sum of RGB (Red+Green+Blue) = 185+50+23=258 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.71% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 23 (9.38% from 255 or 8.91% from 258); Max value from RGB is 185 - color contains mainly: red. Hex color #B93217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93217 is #46CDE8. Grayscale: #575757. Windows color (decimal): -4640233 or 1520313. OLE color: 1520313.

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

Color convert

RGB 185 50 23 -
CMYK 0 0.73 0.88 0.27
HSL 10º 0.78% 0.41% -
HSV(B) 10º 0.88% 0.73% -
XYZ 21.3 12.66 2.13 -
YUV 87.29 91.73 197.7 -
System Red Green Blue C M Y K H S L
Decimal 185 50 23 0 0.73 0.88 0.27 10 0.78 0.41
Hex B9 32 17 0 49 58 1B A 4E 29
Octal 271 62 27 0 111 130 33 12 116 51
Binary 10111001 110010 10111 0 1001001 1011000 11011 1010 1001110 101001

Color Harmonies of #B93217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93217

Black with #B93217

Text Example


Text Example

White with #B93217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93217; }

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

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

background-color css

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

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

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

border-color css

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

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

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