Html Css Color HEX #B83111 Harley Davidson Orange

📋 copy color: '#B83111'

red 184 ◦ green 49 ◦ blue 17

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

Shades of Harley Davidson Orange #B83111

Tints of Harley Davidson Orange #B83111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.8%

R = 73.6%
G = 19.6%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B83111 (or 0xB83111) is known color: Harley Davidson Orange. HEX triplet: B8, 31 and 11. RGB value is (184,49,17). Sum of RGB (Red+Green+Blue) = 184+49+17=250 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.6% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 17 (7.03% from 255 or 6.8% from 250); Max value from RGB is 184 - color contains mainly: red. Hex color #B83111 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83111 is #47CEEE. Grayscale: #555555. Windows color (decimal): -4706031 or 1126840. OLE color: 1126840.

HSL color Cylindrical-coordinate representation of color #B83111: hue angle of 11.5º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B83111 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 49 17 -
CMYK 0 0.73 0.91 0.28
HSL 11.5º 0.83% 0.39% -
HSV(B) 11.5º 0.91% 0.72% -
XYZ 20.97 12.43 1.82 -
YUV 85.72 89.23 198.1 -
System Red Green Blue C M Y K H S L
Decimal 184 49 17 0 0.73 0.91 0.28 11.5 0.83 0.39
Hex B8 31 11 0 49 5B 1C B 53 27
Octal 270 61 21 0 111 133 34 13 123 47
Binary 10111000 110001 10001 0 1001001 1011011 11100 1011 1010011 100111

Color Harmonies of #B83111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83111

Black with #B83111

Text Example


Text Example

White with #B83111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83111; }

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

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

background-color css

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

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

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

border-color css

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

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

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