#B83118

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

Shades of Harley Davidson Orange #B83118

Tints of Harley Davidson Orange #B83118

Color information

#B83118 (or 0xB83118) is unknown color: approx Harley Davidson Orange. HEX triplet: B8, 31 and 18. RGB value is (184,49,24). Sum of RGB (Red+Green+Blue) = 184+49+24=257 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.60% from 257); Green value is 49 (19.53% from 255 or 19.07% from 257); Blue value is 24 (9.77% from 255 or 9.34% from 257); Max value from RGB is 184 - color contains mainly: red. Hex color #B83118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83118 is #47CEE7. Grayscale: #565656. Windows color (decimal): -4706024 or 1585592. OLE color: 1585592.

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

Color convert

RGB1844924-
CMYK00.730.870.28
HSL9.38º76.92%40.78%-
HSV(B)9.38º86.96%72.16%-
XYZ21.0312.452.16-
YUV86.5292.73197.53-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 71.60%
GREEN value IS 49 (19.53% from 255) = 19.07%
BLUE value IS 24 (9.77% from 255) = 9.34%
R=71.60%
G=19.07%
B=9.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.87
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184492400.730.870.289.3876.9240.78
HexB83118049571C94d29
Octal27061300111127341111551
Binary10111000110001110000100100110101111110010011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83118; }

 p { color: rgb(184,49,24); }

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

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

 a { background-color: rgb(184,49,24); }

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

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

 span { border-color: rgb(184,49,24); }

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