#B82600

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

Shades of Harley Davidson Orange #B82600

Tints of Harley Davidson Orange #B82600

Color information

#B82600 (or 0xB82600) is unknown color: approx Harley Davidson Orange. HEX triplet: B8, 26 and 00. RGB value is (184,38,0). Sum of RGB (Red+Green+Blue) = 184+38+0=222 (29% of max value = 765). Red value is 184 (72.27% from 255 or 82.88% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 184 - color contains mainly: red. Hex color #B82600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82600 is #47D9FF. Grayscale: #4D4D4D. Windows color (decimal): -4708864 or 9912. OLE color: 9912.

HSL color Cylindrical-coordinate representation of color #B82600: hue angle of 12.39º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B82600 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.28.

Color convert

RGB184380-
CMYK00.7910.28
HSL12.39º100%36.08%-
HSV(B)12.39º100%72.16%-
XYZ20.4611.581.16-
YUV77.3284.37204.09-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 82.88%
GREEN value IS 38 (15.23% from 255) = 17.12%
BLUE value IS 0 (0.39% from 255) = 0%
R=82.88%
G=17.12%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 1
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18438000.7910.2812.3910036.08
HexB826004F641Cc6424
Octal2704600117144341414444
Binary1011100010011000100111111001001110011001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82600; }

 p { color: rgb(184,38,0); }

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

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

 a { background-color: rgb(184,38,0); }

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

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

 span { border-color: rgb(184,38,0); }

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