#B82A14

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

Shades of Harley Davidson Orange #B82A14

Tints of Harley Davidson Orange #B82A14

Color information

#B82A14 (or 0xB82A14) is unknown color: approx Harley Davidson Orange. HEX triplet: B8, 2A and 14. RGB value is (184,42,20). Sum of RGB (Red+Green+Blue) = 184+42+20=246 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.80% from 246); Green value is 42 (16.80% from 255 or 17.07% from 246); Blue value is 20 (8.20% from 255 or 8.13% from 246); Max value from RGB is 184 - color contains mainly: red. Hex color #B82A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82A14 is #47D5EB. Grayscale: #525252. Windows color (decimal): -4707820 or 1321656. OLE color: 1321656.

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

Color convert

RGB1844220-
CMYK00.770.890.28
HSL8.05º80.39%40%-
HSV(B)8.05º89.13%72.16%-
XYZ20.7211.91.87-
YUV81.9593.04200.79-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 74.80%
GREEN value IS 42 (16.80% from 255) = 17.07%
BLUE value IS 20 (8.20% from 255) = 8.13%
R=74.80%
G=17.07%
B=8.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.89
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184422000.770.890.288.0580.3940
HexB82A1404D591C85028
Octal27052240115131341012050
Binary10111000101010101000100110110110011110010001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82A14; }

 p { color: rgb(184,42,20); }

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

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

 a { background-color: rgb(184,42,20); }

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

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

 span { border-color: rgb(184,42,20); }

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