#B82409

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

Shades of Harley Davidson Orange #B82409

Tints of Harley Davidson Orange #B82409

Color information

#B82409 (or 0xB82409) is unknown color: approx Harley Davidson Orange. HEX triplet: B8, 24 and 09. RGB value is (184,36,9). Sum of RGB (Red+Green+Blue) = 184+36+9=229 (30% of max value = 765). Red value is 184 (72.27% from 255 or 80.35% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 9 (3.91% from 255 or 3.93% from 229); Max value from RGB is 184 - color contains mainly: red. Hex color #B82409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82409 is #47DBF6. Grayscale: #4D4D4D. Windows color (decimal): -4709367 or 599224. OLE color: 599224.

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

Color convert

RGB184369-
CMYK00.800.950.28
HSL9.26º90.67%37.84%-
HSV(B)9.26º95.11%72.16%-
XYZ20.4511.471.4-
YUV77.1789.53204.2-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 80.35%
GREEN value IS 36 (14.45% from 255) = 15.72%
BLUE value IS 9 (3.91% from 255) = 3.93%
R=80.35%
G=15.72%
B=3.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.95
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18436900.800.950.289.2690.6737.84
HexB82490505F1C95b26
Octal27044110120137341113346
Binary1011100010010010010101000010111111110010011011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82409; }

 p { color: rgb(184,36,9); }

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

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

 a { background-color: rgb(184,36,9); }

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

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

 span { border-color: rgb(184,36,9); }

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