#B73216

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

Shades of Harley Davidson Orange #B73216

Tints of Harley Davidson Orange #B73216

Color information

#B73216 (or 0xB73216) is unknown color: approx Harley Davidson Orange. HEX triplet: B7, 32 and 16. RGB value is (183,50,22). Sum of RGB (Red+Green+Blue) = 183+50+22=255 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.76% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 183 - color contains mainly: red. Hex color #B73216 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73216 is #48CDE9. Grayscale: #565656. Windows color (decimal): -4771306 or 1454775. OLE color: 1454775.

HSL color Cylindrical-coordinate representation of color #B73216: hue angle of 10.43º 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 #B73216 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB1835022-
CMYK00.730.880.28
HSL10.43º78.54%40.2%-
HSV(B)10.43º87.98%71.76%-
XYZ20.8112.412.06-
YUV86.5791.56196.78-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 71.76%
GREEN value IS 50 (19.92% from 255) = 19.61%
BLUE value IS 22 (8.98% from 255) = 8.63%
R=71.76%
G=19.61%
B=8.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.88
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183502200.730.880.2810.4378.5440.2
HexB73216049581Ca4f28
Octal26762260111130341211750
Binary10110111110010101100100100110110001110010101001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73216; }

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

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

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

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

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

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

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

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