#B82806

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

Shades of Harley Davidson Orange #B82806

Tints of Harley Davidson Orange #B82806

Color information

#B82806 (or 0xB82806) is unknown color: approx Harley Davidson Orange. HEX triplet: B8, 28 and 06. RGB value is (184,40,6). Sum of RGB (Red+Green+Blue) = 184+40+6=230 (30% of max value = 765). Red value is 184 (72.27% from 255 or 80% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 6 (2.73% from 255 or 2.61% from 230); Max value from RGB is 184 - color contains mainly: red. Hex color #B82806 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82806 is #47D7F9. Grayscale: #4F4F4F. Windows color (decimal): -4708346 or 403640. OLE color: 403640.

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

Color convert

RGB184406-
CMYK00.780.970.28
HSL11.46º93.68%37.25%-
HSV(B)11.46º96.74%72.16%-
XYZ20.5611.721.35-
YUV79.1886.71202.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 80%
GREEN value IS 40 (16.02% from 255) = 17.39%
BLUE value IS 6 (2.73% from 255) = 2.61%
R=80%
G=17.39%
B=2.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18440600.780.970.2811.4693.6837.25
HexB828604E611Cb5e25
Octal2705060116141341313645
Binary101110001010001100100111011000011110010111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82806; }

 p { color: rgb(184,40,6); }

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

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

 a { background-color: rgb(184,40,6); }

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

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

 span { border-color: rgb(184,40,6); }

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