Html Css Color HEX #B93517 Harley Davidson Orange

📋 copy color: '#B93517'

red 185 ◦ green 53 ◦ blue 23

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

Shades of Harley Davidson Orange #B93517

Tints of Harley Davidson Orange #B93517

RGB

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

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

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

R = 70.88%
G = 20.31%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B93517 (or 0xB93517) is known color: Harley Davidson Orange. HEX triplet: B9, 35 and 17. RGB value is (185,53,23). Sum of RGB (Red+Green+Blue) = 185+53+23=261 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.88% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 23 (9.38% from 255 or 8.81% from 261); Max value from RGB is 185 - color contains mainly: red. Hex color #B93517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93517 is #46CAE8. Grayscale: #595959. Windows color (decimal): -4639465 or 1521081. OLE color: 1521081.

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

Color convert

RGB 185 53 23 -
CMYK 0 0.71 0.88 0.27
HSL 11.11º 0.78% 0.41% -
HSV(B) 11.11º 0.88% 0.73% -
XYZ 21.44 12.92 2.18 -
YUV 89.05 90.73 196.44 -
System Red Green Blue C M Y K H S L
Decimal 185 53 23 0 0.71 0.88 0.27 11.11 0.78 0.41
Hex B9 35 17 0 47 58 1B B 4E 29
Octal 271 65 27 0 107 130 33 13 116 51
Binary 10111001 110101 10111 0 1000111 1011000 11011 1011 1001110 101001

Color Harmonies of #B93517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93517

Black with #B93517

Text Example


Text Example

White with #B93517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93517; }

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

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

background-color css

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

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

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

border-color css

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

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

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