#B6341D

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

Shades of Harley Davidson Orange #B6341D

Tints of Harley Davidson Orange #B6341D

Color information

#B6341D (or 0xB6341D) is unknown color: approx Harley Davidson Orange. HEX triplet: B6, 34 and 1D. RGB value is (182,52,29). Sum of RGB (Red+Green+Blue) = 182+52+29=263 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.20% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 182 - color contains mainly: red. Hex color #B6341D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6341D is #49CBE2. Grayscale: #585858. Windows color (decimal): -4836323 or 1914038. OLE color: 1914038.

HSL color Cylindrical-coordinate representation of color #B6341D: hue angle of 9.02º 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 #B6341D is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB1825229-
CMYK00.710.840.29
HSL9.02º72.51%41.37%-
HSV(B)9.02º84.07%71.37%-
XYZ20.7412.492.48-
YUV88.2594.57194.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 69.20%
GREEN value IS 52 (20.70% from 255) = 19.77%
BLUE value IS 29 (11.72% from 255) = 11.03%
R=69.20%
G=19.77%
B=11.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.84
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182522900.710.840.299.0272.5141.37
HexB6341D047541D94929
Octal26664350107124351111151
Binary10110110110100111010100011110101001110110011001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6341D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6341D; }

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

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

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

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

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

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

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

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