#B82E0B

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

Shades of Harley Davidson Orange #B82E0B

Tints of Harley Davidson Orange #B82E0B

Color information

#B82E0B (or 0xB82E0B) is unknown color: approx Harley Davidson Orange. HEX triplet: B8, 2E and 0B. RGB value is (184,46,11). Sum of RGB (Red+Green+Blue) = 184+46+11=241 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.35% from 241); Green value is 46 (18.36% from 255 or 19.09% from 241); Blue value is 11 (4.69% from 255 or 4.56% from 241); Max value from RGB is 184 - color contains mainly: red. Hex color #B82E0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82E0B is #47D1F4. Grayscale: #535353. Windows color (decimal): -4706805 or 732856. OLE color: 732856.

HSL color Cylindrical-coordinate representation of color #B82E0B: hue angle of 12.14º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B82E0B is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.28.

Color convert

RGB1844611-
CMYK00.750.940.28
HSL12.14º88.72%38.24%-
HSV(B)12.14º94.02%72.16%-
XYZ20.812.171.57-
YUV83.2787.22199.85-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 76.35%
GREEN value IS 46 (18.36% from 255) = 19.09%
BLUE value IS 11 (4.69% from 255) = 4.56%
R=76.35%
G=19.09%
B=4.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.94
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184461100.750.940.2812.1488.7238.24
HexB82EB04B5E1Cc5926
Octal27056130113136341413146
Binary1011100010111010110100101110111101110011001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82E0B; }

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

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

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

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

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

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

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

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