#B8381E

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

Shades of Harley Davidson Orange #B8381E

Tints of Harley Davidson Orange #B8381E

Color information

#B8381E (or 0xB8381E) is unknown color: approx Harley Davidson Orange. HEX triplet: B8, 38 and 1E. RGB value is (184,56,30). Sum of RGB (Red+Green+Blue) = 184+56+30=270 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.15% from 270); Green value is 56 (22.27% from 255 or 20.74% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 184 - color contains mainly: red. Hex color #B8381E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8381E is #47C7E1. Grayscale: #5B5B5B. Windows color (decimal): -4704226 or 1980600. OLE color: 1980600.

HSL color Cylindrical-coordinate representation of color #B8381E: hue angle of 10.13º degrees, saturation: 0.72, 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 #B8381E is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB1845630-
CMYK00.700.840.28
HSL10.13º71.96%41.96%-
HSV(B)10.13º83.7%72.16%-
XYZ21.4213.112.63-
YUV91.3193.41194.11-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 68.15%
GREEN value IS 56 (22.27% from 255) = 20.74%
BLUE value IS 30 (12.11% from 255) = 11.11%
R=68.15%
G=20.74%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.84
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184563000.700.840.2810.1371.9641.96
HexB8381E046541Ca482a
Octal27070360106124341211052
Binary10111000111000111100100011010101001110010101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8381E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8381E; }

 p { color: rgb(184,56,30); }

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

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

 a { background-color: rgb(184,56,30); }

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

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

 span { border-color: rgb(184,56,30); }

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