#B73010

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

Shades of Harley Davidson Orange #B73010

Tints of Harley Davidson Orange #B73010

Color information

#B73010 (or 0xB73010) is unknown color: approx Harley Davidson Orange. HEX triplet: B7, 30 and 10. RGB value is (183,48,16). Sum of RGB (Red+Green+Blue) = 183+48+16=247 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.09% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 183 - color contains mainly: red. Hex color #B73010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73010 is #48CFEF. Grayscale: #545454. Windows color (decimal): -4771824 or 1061047. OLE color: 1061047.

HSL color Cylindrical-coordinate representation of color #B73010: hue angle of 11.5º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B73010 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB1834816-
CMYK00.740.910.28
HSL11.5º83.92%39.02%-
HSV(B)11.5º91.26%71.76%-
XYZ20.6812.221.76-
YUV84.7289.23198.1-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 74.09%
GREEN value IS 48 (19.14% from 255) = 19.43%
BLUE value IS 16 (6.64% from 255) = 6.48%
R=74.09%
G=19.43%
B=6.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.91
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183481600.740.910.2811.583.9239.02
HexB7301004A5B1Cb5427
Octal26760200112133341312447
Binary10110111110000100000100101010110111110010111010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73010; }

 p { color: rgb(183,48,16); }

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

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

 a { background-color: rgb(183,48,16); }

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

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

 span { border-color: rgb(183,48,16); }

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