#B93721

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

Shades of Harley Davidson Orange #B93721

Tints of Harley Davidson Orange #B93721

Color information

#B93721 (or 0xB93721) is unknown color: approx Harley Davidson Orange. HEX triplet: B9, 37 and 21. RGB value is (185,55,33). Sum of RGB (Red+Green+Blue) = 185+55+33=273 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.77% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 33 (13.28% from 255 or 12.09% from 273); Max value from RGB is 185 - color contains mainly: red. Hex color #B93721 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93721 is #46C8DE. Grayscale: #5B5B5B. Windows color (decimal): -4638943 or 2176953. OLE color: 2176953.

HSL color Cylindrical-coordinate representation of color #B93721: hue angle of 8.68º 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 #B93721 is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB1855533-
CMYK00.700.820.27
HSL8.68º69.72%42.75%-
HSV(B)8.68º82.16%72.55%-
XYZ21.6513.162.84-
YUV91.3695.07194.79-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 67.77%
GREEN value IS 55 (21.88% from 255) = 20.15%
BLUE value IS 33 (13.28% from 255) = 12.09%
R=67.77%
G=20.15%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185553300.700.820.278.6869.7242.75
HexB93721046521B9462b
Octal27167410106122331110653
Binary101110011101111000010100011010100101101110011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93721; }

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

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

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

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

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

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

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

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