#B6311A

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

Shades of Harley Davidson Orange #B6311A

Tints of Harley Davidson Orange #B6311A

Color information

#B6311A (or 0xB6311A) is unknown color: approx Harley Davidson Orange. HEX triplet: B6, 31 and 1A. RGB value is (182,49,26). Sum of RGB (Red+Green+Blue) = 182+49+26=257 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.82% from 257); Green value is 49 (19.53% from 255 or 19.07% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 182 - color contains mainly: red. Hex color #B6311A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6311A is #49CEE5. Grayscale: #565656. Windows color (decimal): -4837094 or 1716662. OLE color: 1716662.

HSL color Cylindrical-coordinate representation of color #B6311A: hue angle of 8.85º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B6311A is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB1824926-
CMYK00.730.860.29
HSL8.85º75%40.78%-
HSV(B)8.85º85.71%71.37%-
XYZ20.5812.222.25-
YUV86.1494.06196.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 70.82%
GREEN value IS 49 (19.53% from 255) = 19.07%
BLUE value IS 26 (10.55% from 255) = 10.12%
R=70.82%
G=19.07%
B=10.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182492600.730.860.298.857540.78
HexB6311A049561D94b29
Octal26661320111126351111351
Binary10110110110001110100100100110101101110110011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6311A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6311A; }

 p { color: rgb(182,49,26); }

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

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

 a { background-color: rgb(182,49,26); }

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

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

 span { border-color: rgb(182,49,26); }

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