#B32706

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

Shades of Harley Davidson Orange #B32706

Tints of Harley Davidson Orange #B32706

Color information

#B32706 (or 0xB32706) is unknown color: approx Harley Davidson Orange. HEX triplet: B3, 27 and 06. RGB value is (179,39,6). Sum of RGB (Red+Green+Blue) = 179+39+6=224 (29% of max value = 765). Red value is 179 (70.31% from 255 or 79.91% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 6 (2.73% from 255 or 2.68% from 224); Max value from RGB is 179 - color contains mainly: red. Hex color #B32706 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32706 is #4CD8F9. Grayscale: #4D4D4D. Windows color (decimal): -5036282 or 403379. OLE color: 403379.

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

Color convert

RGB179396-
CMYK00.780.970.30
HSL11.45º93.51%36.27%-
HSV(B)11.45º96.65%70.2%-
XYZ19.3511.051.28-
YUV77.187.88200.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 79.91%
GREEN value IS 39 (15.62% from 255) = 17.41%
BLUE value IS 6 (2.73% from 255) = 2.68%
R=79.91%
G=17.41%
B=2.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.97
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17939600.780.970.3011.4593.5136.27
HexB327604E611Eb5e24
Octal2634760116141361313644
Binary101100111001111100100111011000011111010111011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32706; }

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

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

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

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

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

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

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

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