Html Css Color HEX #B93115 Harley Davidson Orange

📋 copy color: '#B93115'

red 185 ◦ green 49 ◦ blue 21

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

Shades of Harley Davidson Orange #B93115

Tints of Harley Davidson Orange #B93115

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.22%

 BLUE value IS 21 (8.59% from 255) = 8.24%

R = 72.55%
G = 19.22%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B93115 (or 0xB93115) is known color: Harley Davidson Orange. HEX triplet: B9, 31 and 15. RGB value is (185,49,21). Sum of RGB (Red+Green+Blue) = 185+49+21=255 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.55% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 21 (8.59% from 255 or 8.24% from 255); Max value from RGB is 185 - color contains mainly: red. Hex color #B93115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93115 is #46CEEA. Grayscale: #565656. Windows color (decimal): -4640491 or 1388985. OLE color: 1388985.

HSL color Cylindrical-coordinate representation of color #B93115: hue angle of 10.24º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B93115 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 49 21 -
CMYK 0 0.74 0.89 0.27
HSL 10.24º 0.8% 0.4% -
HSV(B) 10.24º 0.89% 0.73% -
XYZ 21.24 12.57 2.02 -
YUV 86.47 91.06 198.28 -
System Red Green Blue C M Y K H S L
Decimal 185 49 21 0 0.74 0.89 0.27 10.24 0.8 0.4
Hex B9 31 15 0 4A 59 1B A 50 28
Octal 271 61 25 0 112 131 33 12 120 50
Binary 10111001 110001 10101 0 1001010 1011001 11011 1010 1010000 101000

Color Harmonies of #B93115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93115

Black with #B93115

Text Example


Text Example

White with #B93115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93115; }

 p { color: rgb(185,49,21); }

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

background-color css

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

 a { background-color: rgb(185,49,21); }

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

border-color css

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

 span { border-color: rgb(185,49,21); }

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