#B6331D

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

Shades of Harley Davidson Orange #B6331D

Tints of Harley Davidson Orange #B6331D

Color information

#B6331D (or 0xB6331D) is unknown color: approx Harley Davidson Orange. HEX triplet: B6, 33 and 1D. RGB value is (182,51,29). Sum of RGB (Red+Green+Blue) = 182+51+29=262 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.47% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 29 (11.72% from 255 or 11.07% from 262); Max value from RGB is 182 - color contains mainly: red. Hex color #B6331D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6331D is #49CCE2. Grayscale: #575757. Windows color (decimal): -4836579 or 1913782. OLE color: 1913782.

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

Color convert

RGB1825129-
CMYK00.720.840.29
HSL8.63º72.51%41.37%-
HSV(B)8.63º84.07%71.37%-
XYZ20.712.42.47-
YUV87.6694.9195.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 69.47%
GREEN value IS 51 (20.31% from 255) = 19.47%
BLUE value IS 29 (11.72% from 255) = 11.07%
R=69.47%
G=19.47%
B=11.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.84
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182512900.720.840.298.6372.5141.37
HexB6331D048541D94929
Octal26663350110124351111151
Binary10110110110011111010100100010101001110110011001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6331D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6331D; }

 p { color: rgb(182,51,29); }

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

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

 a { background-color: rgb(182,51,29); }

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

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

 span { border-color: rgb(182,51,29); }

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