#B8321D

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

Shades of Harley Davidson Orange #B8321D

Tints of Harley Davidson Orange #B8321D

Color information

#B8321D (or 0xB8321D) is unknown color: approx Harley Davidson Orange. HEX triplet: B8, 32 and 1D. RGB value is (184,50,29). Sum of RGB (Red+Green+Blue) = 184+50+29=263 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.96% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 184 - color contains mainly: red. Hex color #B8321D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8321D is #47CDE2. Grayscale: #575757. Windows color (decimal): -4705763 or 1913528. OLE color: 1913528.

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

Color convert

RGB1845029-
CMYK00.730.840.28
HSL8.13º72.77%41.76%-
HSV(B)8.13º84.24%72.16%-
XYZ21.1312.562.47-
YUV87.6794.89196.71-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 69.96%
GREEN value IS 50 (19.92% from 255) = 19.01%
BLUE value IS 29 (11.72% from 255) = 11.03%
R=69.96%
G=19.01%
B=11.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.84
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184502900.730.840.288.1372.7741.76
HexB8321D049541C8492a
Octal27062350111124341011152
Binary10111000110010111010100100110101001110010001001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8321D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8321D; }

 p { color: rgb(184,50,29); }

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

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

 a { background-color: rgb(184,50,29); }

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

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

 span { border-color: rgb(184,50,29); }

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