#B82E13

Color #B82E13 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #B82E13

Tints of Harley Davidson Orange #B82E13

Color information

#B82E13 (or 0xB82E13) is unknown color: approx Harley Davidson Orange. HEX triplet: B8, 2E and 13. RGB value is (184,46,19). Sum of RGB (Red+Green+Blue) = 184+46+19=249 (32% of max value = 765). Red value is 184 (72.27% from 255 or 73.90% from 249); Green value is 46 (18.36% from 255 or 18.47% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 184 - color contains mainly: red. Hex color #B82E13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82E13 is #47D1EC. Grayscale: #545454. Windows color (decimal): -4706797 or 1257144. OLE color: 1257144.

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

Color convert

RGB1844619-
CMYK00.750.900.28
HSL9.82º81.28%39.8%-
HSV(B)9.82º89.67%72.16%-
XYZ20.8612.191.87-
YUV84.1891.22199.2-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 73.90%
GREEN value IS 46 (18.36% from 255) = 18.47%
BLUE value IS 19 (7.81% from 255) = 7.63%
R=73.90%
G=18.47%
B=7.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184461900.750.900.289.8281.2839.8
HexB82E1304B5A1Ca5128
Octal27056230113132341212150
Binary10111000101110100110100101110110101110010101010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82E13; }

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

 H1.HeaderClassName
 {
   color: #B82E13;
 }
 .AnyTagClassName
 {
   color: #B82E13;
 }
</style>
background-color css

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

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

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

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

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

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