#B32709

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

Shades of Harley Davidson Orange #B32709

Tints of Harley Davidson Orange #B32709

Color information

#B32709 (or 0xB32709) is unknown color: approx Harley Davidson Orange. HEX triplet: B3, 27 and 09. RGB value is (179,39,9). Sum of RGB (Red+Green+Blue) = 179+39+9=227 (30% of max value = 765). Red value is 179 (70.31% from 255 or 78.85% from 227); Green value is 39 (15.62% from 255 or 17.18% from 227); Blue value is 9 (3.91% from 255 or 3.96% from 227); Max value from RGB is 179 - color contains mainly: red. Hex color #B32709 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32709 is #4CD8F6. Grayscale: #4D4D4D. Windows color (decimal): -5036279 or 599987. OLE color: 599987.

HSL color Cylindrical-coordinate representation of color #B32709: hue angle of 10.59º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B32709 is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.30.

Color convert

RGB179399-
CMYK00.780.950.30
HSL10.59º90.43%36.86%-
HSV(B)10.59º94.97%70.2%-
XYZ19.3711.051.37-
YUV77.4489.38200.44-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 78.85%
GREEN value IS 39 (15.62% from 255) = 17.18%
BLUE value IS 9 (3.91% from 255) = 3.96%
R=78.85%
G=17.18%
B=3.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.95
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17939900.780.950.3010.5990.4336.86
HexB327904E5F1Eb5a25
Octal26347110116137361313245
Binary1011001110011110010100111010111111111010111011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32709; }

 p { color: rgb(179,39,9); }

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

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

 a { background-color: rgb(179,39,9); }

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

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

 span { border-color: rgb(179,39,9); }

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