#B82D0B

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

Shades of Harley Davidson Orange #B82D0B

Tints of Harley Davidson Orange #B82D0B

Color information

#B82D0B (or 0xB82D0B) is unknown color: approx Harley Davidson Orange. HEX triplet: B8, 2D and 0B. RGB value is (184,45,11). Sum of RGB (Red+Green+Blue) = 184+45+11=240 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.67% from 240); Green value is 45 (17.97% from 255 or 18.75% from 240); Blue value is 11 (4.69% from 255 or 4.58% from 240); Max value from RGB is 184 - color contains mainly: red. Hex color #B82D0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82D0B is #47D2F4. Grayscale: #525252. Windows color (decimal): -4707061 or 732600. OLE color: 732600.

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

Color convert

RGB1844511-
CMYK00.760.940.28
HSL11.79º88.72%38.24%-
HSV(B)11.79º94.02%72.16%-
XYZ20.7712.091.56-
YUV82.6887.55200.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 76.67%
GREEN value IS 45 (17.97% from 255) = 18.75%
BLUE value IS 11 (4.69% from 255) = 4.58%
R=76.67%
G=18.75%
B=4.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.94
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184451100.760.940.2811.7988.7238.24
HexB82DB04C5E1Cc5926
Octal27055130114136341413146
Binary1011100010110110110100110010111101110011001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82D0B; }

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

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

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

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

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

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

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

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