#B72307

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

Shades of Harley Davidson Orange #B72307

Tints of Harley Davidson Orange #B72307

Color information

#B72307 (or 0xB72307) is unknown color: approx Harley Davidson Orange. HEX triplet: B7, 23 and 07. RGB value is (183,35,7). Sum of RGB (Red+Green+Blue) = 183+35+7=225 (29% of max value = 765). Red value is 183 (71.88% from 255 or 81.33% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 7 (3.12% from 255 or 3.11% from 225); Max value from RGB is 183 - color contains mainly: red. Hex color #B72307 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72307 is #48DCF8. Grayscale: #4C4C4C. Windows color (decimal): -4775161 or 467895. OLE color: 467895.

HSL color Cylindrical-coordinate representation of color #B72307: hue angle of 9.55º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B72307 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB183357-
CMYK00.810.960.28
HSL9.55º92.63%37.25%-
HSV(B)9.55º96.17%71.76%-
XYZ20.1711.281.32-
YUV76.0689.03204.28-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 81.33%
GREEN value IS 35 (14.06% from 255) = 15.56%
BLUE value IS 7 (3.12% from 255) = 3.11%
R=81.33%
G=15.56%
B=3.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.96
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18335700.810.960.289.5592.6337.25
HexB7237051601Ca5d25
Octal2674370121140341213545
Binary101101111000111110101000111000001110010101011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72307; }

 p { color: rgb(183,35,7); }

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

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

 a { background-color: rgb(183,35,7); }

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

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

 span { border-color: rgb(183,35,7); }

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