#B12406

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

Shades of Harley Davidson Orange #B12406

Tints of Harley Davidson Orange #B12406

Color information

#B12406 (or 0xB12406) is unknown color: approx Harley Davidson Orange. HEX triplet: B1, 24 and 06. RGB value is (177,36,6). Sum of RGB (Red+Green+Blue) = 177+36+6=219 (29% of max value = 765). Red value is 177 (69.53% from 255 or 80.82% from 219); Green value is 36 (14.45% from 255 or 16.44% from 219); Blue value is 6 (2.73% from 255 or 2.74% from 219); Max value from RGB is 177 - color contains mainly: red. Hex color #B12406 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12406 is #4EDBF9. Grayscale: #4B4B4B. Windows color (decimal): -5168122 or 402609. OLE color: 402609.

HSL color Cylindrical-coordinate representation of color #B12406: hue angle of 10.53º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B12406 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB177366-
CMYK00.800.970.31
HSL10.53º93.44%35.88%-
HSV(B)10.53º96.61%69.41%-
XYZ18.810.621.23-
YUV74.7489.21200.94-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 80.82%
GREEN value IS 36 (14.45% from 255) = 16.44%
BLUE value IS 6 (2.73% from 255) = 2.74%
R=80.82%
G=16.44%
B=2.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17736600.800.970.3110.5393.4435.88
HexB1246050611Fb5d24
Octal2614460120141371313544
Binary101100011001001100101000011000011111110111011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12406; }

 p { color: rgb(177,36,6); }

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

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

 a { background-color: rgb(177,36,6); }

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

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

 span { border-color: rgb(177,36,6); }

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