Html Css Color HEX #B92913 Harley Davidson Orange

📋 copy color: '#B92913'

red 185 ◦ green 41 ◦ blue 19

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

Shades of Harley Davidson Orange #B92913

Tints of Harley Davidson Orange #B92913

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.73%

 BLUE value IS 19 (7.81% from 255) = 7.76%

R = 75.51%
G = 16.73%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B92913 (or 0xB92913) is known color: Harley Davidson Orange. HEX triplet: B9, 29 and 13. RGB value is (185,41,19). Sum of RGB (Red+Green+Blue) = 185+41+19=245 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.51% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 19 (7.81% from 255 or 7.76% from 245); Max value from RGB is 185 - color contains mainly: red. Hex color #B92913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92913 is #46D6EC. Grayscale: #515151. Windows color (decimal): -4642541 or 1255865. OLE color: 1255865.

HSL color Cylindrical-coordinate representation of color #B92913: hue angle of 7.95º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B92913 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 41 19 -
CMYK 0 0.78 0.90 0.27
HSL 7.95º 0.81% 0.4% -
HSV(B) 7.95º 0.9% 0.73% -
XYZ 20.92 11.95 1.82 -
YUV 81.55 92.71 201.79 -
System Red Green Blue C M Y K H S L
Decimal 185 41 19 0 0.78 0.90 0.27 7.95 0.81 0.4
Hex B9 29 13 0 4E 5A 1B 8 51 28
Octal 271 51 23 0 116 132 33 10 121 50
Binary 10111001 101001 10011 0 1001110 1011010 11011 1000 1010001 101000

Color Harmonies of #B92913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92913

Black with #B92913

Text Example


Text Example

White with #B92913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92913; }

 p { color: rgb(185,41,19); }

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

background-color css

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

 a { background-color: rgb(185,41,19); }

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

border-color css

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

 span { border-color: rgb(185,41,19); }

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