#B42306

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

Shades of Harley Davidson Orange #B42306

Tints of Harley Davidson Orange #B42306

Color information

#B42306 (or 0xB42306) is unknown color: approx Harley Davidson Orange. HEX triplet: B4, 23 and 06. RGB value is (180,35,6). Sum of RGB (Red+Green+Blue) = 180+35+6=221 (29% of max value = 765). Red value is 180 (70.70% from 255 or 81.45% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 6 (2.73% from 255 or 2.71% from 221); Max value from RGB is 180 - color contains mainly: red. Hex color #B42306 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42306 is #4BDCF9. Grayscale: #4B4B4B. Windows color (decimal): -4971770 or 402356. OLE color: 402356.

HSL color Cylindrical-coordinate representation of color #B42306: hue angle of 10º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B42306 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB180356-
CMYK00.810.970.29
HSL10º93.55%36.47%-
HSV(B)10º96.67%70.59%-
XYZ19.4610.921.25-
YUV75.0589.04202.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 81.45%
GREEN value IS 35 (14.06% from 255) = 15.84%
BLUE value IS 6 (2.73% from 255) = 2.71%
R=81.45%
G=15.84%
B=2.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18035600.810.970.291093.5536.47
HexB4236051611Da5e24
Octal2644360121141351213644
Binary101101001000111100101000111000011110110101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42306; }

 p { color: rgb(180,35,6); }

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

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

 a { background-color: rgb(180,35,6); }

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

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

 span { border-color: rgb(180,35,6); }

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