Html Css Color HEX #B82911 Harley Davidson Orange

📋 copy color: '#B82911'

red 184 ◦ green 41 ◦ blue 17

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

Shades of Harley Davidson Orange #B82911

Tints of Harley Davidson Orange #B82911

RGB

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

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

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

R = 76.03%
G = 16.94%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B82911 (or 0xB82911) is known color: Harley Davidson Orange. HEX triplet: B8, 29 and 11. RGB value is (184,41,17). Sum of RGB (Red+Green+Blue) = 184+41+17=242 (32% of max value = 765). Red value is 184 (72.27% from 255 or 76.03% from 242); Green value is 41 (16.41% from 255 or 16.94% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 184 - color contains mainly: red. Hex color #B82911 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82911 is #47D6EE. Grayscale: #515151. Windows color (decimal): -4708079 or 1124792. OLE color: 1124792.

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

Color convert

RGB 184 41 17 -
CMYK 0 0.78 0.91 0.28
HSL 8.62º 0.83% 0.39% -
HSV(B) 8.62º 0.91% 0.72% -
XYZ 20.66 11.82 1.72 -
YUV 81.02 91.88 201.45 -
System Red Green Blue C M Y K H S L
Decimal 184 41 17 0 0.78 0.91 0.28 8.62 0.83 0.39
Hex B8 29 11 0 4E 5B 1C 9 53 27
Octal 270 51 21 0 116 133 34 11 123 47
Binary 10111000 101001 10001 0 1001110 1011011 11100 1001 1010011 100111

Color Harmonies of #B82911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82911

Black with #B82911

Text Example


Text Example

White with #B82911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82911; }

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

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

background-color css

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

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

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

border-color css

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

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

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