#B4290E

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

Shades of Harley Davidson Orange #B4290E

Tints of Harley Davidson Orange #B4290E

Color information

#B4290E (or 0xB4290E) is unknown color: approx Harley Davidson Orange. HEX triplet: B4, 29 and 0E. RGB value is (180,41,14). Sum of RGB (Red+Green+Blue) = 180+41+14=235 (31% of max value = 765). Red value is 180 (70.70% from 255 or 76.60% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 14 (5.86% from 255 or 5.96% from 235); Max value from RGB is 180 - color contains mainly: red. Hex color #B4290E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4290E is #4BD6F1. Grayscale: #4F4F4F. Windows color (decimal): -4970226 or 928180. OLE color: 928180.

HSL color Cylindrical-coordinate representation of color #B4290E: hue angle of 9.76º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B4290E is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB1804114-
CMYK00.770.920.29
HSL9.76º85.57%38.04%-
HSV(B)9.76º92.22%70.59%-
XYZ19.6911.321.56-
YUV79.4891.05199.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 76.60%
GREEN value IS 41 (16.41% from 255) = 17.45%
BLUE value IS 14 (5.86% from 255) = 5.96%
R=76.60%
G=17.45%
B=5.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180411400.770.920.299.7685.5738.04
HexB429E04D5C1Da5626
Octal26451160115134351212646
Binary1011010010100111100100110110111001110110101010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4290E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4290E; }

 p { color: rgb(180,41,14); }

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

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

 a { background-color: rgb(180,41,14); }

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

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

 span { border-color: rgb(180,41,14); }

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