Html Css Color HEX #B83113 Harley Davidson Orange

📋 copy color: '#B83113'

red 184 ◦ green 49 ◦ blue 19

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

Shades of Harley Davidson Orange #B83113

Tints of Harley Davidson Orange #B83113

RGB

 RED value IS 184 (72.27% from 255) = 73.02%

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

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

R = 73.02%
G = 19.44%
B = 7.54%

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

#B83113 (or 0xB83113) is known color: Harley Davidson Orange. HEX triplet: B8, 31 and 13. RGB value is (184,49,19). Sum of RGB (Red+Green+Blue) = 184+49+19=252 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.02% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 184 - color contains mainly: red. Hex color #B83113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83113 is #47CEEC. Grayscale: #565656. Windows color (decimal): -4706029 or 1257912. OLE color: 1257912.

HSL color Cylindrical-coordinate representation of color #B83113: hue angle of 10.91º 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 #B83113 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 49 19 -
CMYK 0 0.73 0.90 0.28
HSL 10.91º 0.81% 0.4% -
HSV(B) 10.91º 0.9% 0.72% -
XYZ 20.98 12.43 1.91 -
YUV 85.95 90.23 197.94 -
System Red Green Blue C M Y K H S L
Decimal 184 49 19 0 0.73 0.90 0.28 10.91 0.81 0.4
Hex B8 31 13 0 49 5A 1C B 51 28
Octal 270 61 23 0 111 132 34 13 121 50
Binary 10111000 110001 10011 0 1001001 1011010 11100 1011 1010001 101000

Color Harmonies of #B83113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83113

Black with #B83113

Text Example


Text Example

White with #B83113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83113; }

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

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

background-color css

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

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

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

border-color css

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

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

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