#B32604

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

Shades of Harley Davidson Orange #B32604

Tints of Harley Davidson Orange #B32604

Color information

#B32604 (or 0xB32604) is unknown color: approx Harley Davidson Orange. HEX triplet: B3, 26 and 04. RGB value is (179,38,4). Sum of RGB (Red+Green+Blue) = 179+38+4=221 (29% of max value = 765). Red value is 179 (70.31% from 255 or 81.00% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 4 (1.95% from 255 or 1.81% from 221); Max value from RGB is 179 - color contains mainly: red. Hex color #B32604 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32604 is #4CD9FB. Grayscale: #4C4C4C. Windows color (decimal): -5036540 or 272051. OLE color: 272051.

HSL color Cylindrical-coordinate representation of color #B32604: hue angle of 11.66º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B32604 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.30.

Color convert

RGB179384-
CMYK00.790.980.30
HSL11.66º95.63%35.88%-
HSV(B)11.66º97.77%70.2%-
XYZ19.3110.981.22-
YUV76.2887.21201.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 81.00%
GREEN value IS 38 (15.23% from 255) = 17.19%
BLUE value IS 4 (1.95% from 255) = 1.81%
R=81.00%
G=17.19%
B=1.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.98
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17938400.790.980.3011.6695.6335.88
HexB326404F621Ec6024
Octal2634640117142361414044
Binary101100111001101000100111111000101111011001100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32604; }

 p { color: rgb(179,38,4); }

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

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

 a { background-color: rgb(179,38,4); }

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

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

 span { border-color: rgb(179,38,4); }

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