#B73316

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

Shades of Harley Davidson Orange #B73316

Tints of Harley Davidson Orange #B73316

Color information

#B73316 (or 0xB73316) is unknown color: approx Harley Davidson Orange. HEX triplet: B7, 33 and 16. RGB value is (183,51,22). Sum of RGB (Red+Green+Blue) = 183+51+22=256 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.48% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 183 - color contains mainly: red. Hex color #B73316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73316 is #48CCE9. Grayscale: #575757. Windows color (decimal): -4771050 or 1455031. OLE color: 1455031.

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

Color convert

RGB1835122-
CMYK00.720.880.28
HSL10.81º78.54%40.2%-
HSV(B)10.81º87.98%71.76%-
XYZ20.8612.492.07-
YUV87.1691.23196.36-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 71.48%
GREEN value IS 51 (20.31% from 255) = 19.92%
BLUE value IS 22 (8.98% from 255) = 8.59%
R=71.48%
G=19.92%
B=8.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.88
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183512200.720.880.2810.8178.5440.2
HexB73316048581Cb4f28
Octal26763260110130341311750
Binary10110111110011101100100100010110001110010111001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73316; }

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

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

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

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

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

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

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

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