#b93521

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

Shades of Harley Davidson Orange #B93521

Tints of Harley Davidson Orange #B93521

Color information

#B93521 (or 0xB93521) is unknown color: approx Harley Davidson Orange. HEX triplet: B9, 35 and 21. RGB value is (185,53,33). Sum of RGB (Red+Green+Blue) = 185+53+33=271 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.27% from 271); Green value is 53 (21.09% from 255 or 19.56% from 271); Blue value is 33 (13.28% from 255 or 12.18% from 271); Max value from RGB is 185 - color contains mainly: red. Hex color #B93521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93521 is #46CADE. Grayscale: #5A5A5A. Windows color (decimal): -4639455 or 2176441. OLE color: 2176441.

HSL color Cylindrical-coordinate representation of color #B93521: hue angle of 7.89º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B93521 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB1855333-
CMYK00.710.820.27
HSL7.89º69.72%42.75%-
HSV(B)7.89º82.16%72.55%-
XYZ21.5612.972.81-
YUV90.1995.73195.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 68.27%
GREEN value IS 53 (21.09% from 255) = 19.56%
BLUE value IS 33 (13.28% from 255) = 12.18%
R=68.27%
G=19.56%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185533300.710.820.277.8969.7242.75
HexB93521047521B8462b
Octal27165410107122331010653
Binary101110011101011000010100011110100101101110001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b93521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b93521; }

 p { color: rgb(185,53,33); }

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

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

 a { background-color: rgb(185,53,33); }

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

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

 span { border-color: rgb(185,53,33); }

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