#B73315

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

Shades of Harley Davidson Orange #B73315

Tints of Harley Davidson Orange #B73315

Color information

#B73315 (or 0xB73315) is unknown color: approx Harley Davidson Orange. HEX triplet: B7, 33 and 15. RGB value is (183,51,21). Sum of RGB (Red+Green+Blue) = 183+51+21=255 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.76% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 21 (8.59% from 255 or 8.24% from 255); Max value from RGB is 183 - color contains mainly: red. Hex color #B73315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73315 is #48CCEA. Grayscale: #575757. Windows color (decimal): -4771051 or 1389495. OLE color: 1389495.

HSL color Cylindrical-coordinate representation of color #B73315: hue angle of 11.11º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B73315 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB1835121-
CMYK00.720.890.28
HSL11.11º79.41%40%-
HSV(B)11.11º88.52%71.76%-
XYZ20.8512.492.02-
YUV87.0590.73196.44-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 71.76%
GREEN value IS 51 (20.31% from 255) = 20%
BLUE value IS 21 (8.59% from 255) = 8.24%
R=71.76%
G=20%
B=8.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.89
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183512100.720.890.2811.1179.4140
HexB73315048591Cb4f28
Octal26763250110131341311750
Binary10110111110011101010100100010110011110010111001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73315; }

 p { color: rgb(183,51,21); }

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

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

 a { background-color: rgb(183,51,21); }

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

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

 span { border-color: rgb(183,51,21); }

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