Html Css Color HEX #B93114 Harley Davidson Orange

📋 copy color: '#B93114'

red 185 ◦ green 49 ◦ blue 20

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

Shades of Harley Davidson Orange #B93114

Tints of Harley Davidson Orange #B93114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.87%

R = 72.83%
G = 19.29%
B = 7.87%

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

#B93114 (or 0xB93114) is known color: Harley Davidson Orange. HEX triplet: B9, 31 and 14. RGB value is (185,49,20). Sum of RGB (Red+Green+Blue) = 185+49+20=254 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.83% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 185 - color contains mainly: red. Hex color #B93114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93114 is #46CEEB. Grayscale: #565656. Windows color (decimal): -4640492 or 1323449. OLE color: 1323449.

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

Color convert

RGB 185 49 20 -
CMYK 0 0.74 0.89 0.27
HSL 10.55º 0.8% 0.4% -
HSV(B) 10.55º 0.89% 0.73% -
XYZ 21.23 12.56 1.97 -
YUV 86.36 90.56 198.36 -
System Red Green Blue C M Y K H S L
Decimal 185 49 20 0 0.74 0.89 0.27 10.55 0.8 0.4
Hex B9 31 14 0 4A 59 1B B 50 28
Octal 271 61 24 0 112 131 33 13 120 50
Binary 10111001 110001 10100 0 1001010 1011001 11011 1011 1010000 101000

Color Harmonies of #B93114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93114

Black with #B93114

Text Example


Text Example

White with #B93114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93114; }

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

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

background-color css

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

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

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

border-color css

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

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

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