Html Css Color HEX #B73113 Harley Davidson Orange

📋 copy color: '#B73113'

red 183 ◦ green 49 ◦ blue 19

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

Shades of Harley Davidson Orange #B73113

Tints of Harley Davidson Orange #B73113

RGB

 RED value IS 183 (71.88% from 255) = 72.91%

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

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

R = 72.91%
G = 19.52%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B73113 (or 0xB73113) is known color: Harley Davidson Orange. HEX triplet: B7, 31 and 13. RGB value is (183,49,19). Sum of RGB (Red+Green+Blue) = 183+49+19=251 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.91% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 19 (7.81% from 255 or 7.57% from 251); Max value from RGB is 183 - color contains mainly: red. Hex color #B73113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73113 is #48CEEC. Grayscale: #555555. Windows color (decimal): -4771565 or 1257911. OLE color: 1257911.

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

Color convert

RGB 183 49 19 -
CMYK 0 0.73 0.90 0.28
HSL 10.98º 0.81% 0.4% -
HSV(B) 10.98º 0.9% 0.72% -
XYZ 20.74 12.31 1.9 -
YUV 85.65 90.39 197.44 -
System Red Green Blue C M Y K H S L
Decimal 183 49 19 0 0.73 0.90 0.28 10.98 0.81 0.4
Hex B7 31 13 0 49 5A 1C B 51 28
Octal 267 61 23 0 111 132 34 13 121 50
Binary 10110111 110001 10011 0 1001001 1011010 11100 1011 1010001 101000

Color Harmonies of #B73113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73113

Black with #B73113

Text Example


Text Example

White with #B73113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73113; }

 p { color: rgb(183,49,19); }

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

background-color css

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

 a { background-color: rgb(183,49,19); }

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

border-color css

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

 span { border-color: rgb(183,49,19); }

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