#B8361C

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

Shades of Harley Davidson Orange #B8361C

Tints of Harley Davidson Orange #B8361C

Color information

#B8361C (or 0xB8361C) is unknown color: approx Harley Davidson Orange. HEX triplet: B8, 36 and 1C. RGB value is (184,54,28). Sum of RGB (Red+Green+Blue) = 184+54+28=266 (35% of max value = 765). Red value is 184 (72.27% from 255 or 69.17% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 28 (11.33% from 255 or 10.53% from 266); Max value from RGB is 184 - color contains mainly: red. Hex color #B8361C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8361C is #47C9E3. Grayscale: #5A5A5A. Windows color (decimal): -4704740 or 1849016. OLE color: 1849016.

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

Color convert

RGB1845428-
CMYK00.710.850.28
HSL10º73.58%41.57%-
HSV(B)10º84.78%72.16%-
XYZ21.312.912.47-
YUV89.9193.07195.11-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 69.17%
GREEN value IS 54 (21.48% from 255) = 20.30%
BLUE value IS 28 (11.33% from 255) = 10.53%
R=69.17%
G=20.30%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184542800.710.850.281073.5841.57
HexB8361C047551Ca4a2a
Octal27066340107125341211252
Binary10111000110110111000100011110101011110010101001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8361C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8361C; }

 p { color: rgb(184,54,28); }

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

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

 a { background-color: rgb(184,54,28); }

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

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

 span { border-color: rgb(184,54,28); }

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