#B61F01

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

Shades of Harley Davidson Orange #B61F01

Tints of Harley Davidson Orange #B61F01

Color information

#B61F01 (or 0xB61F01) is unknown color: approx Harley Davidson Orange. HEX triplet: B6, 1F and 01. RGB value is (182,31,1). Sum of RGB (Red+Green+Blue) = 182+31+1=214 (28% of max value = 765). Red value is 182 (71.48% from 255 or 85.05% from 214); Green value is 31 (12.5% from 255 or 14.49% from 214); Blue value is 1 (0.78% from 255 or 0.47% from 214); Max value from RGB is 182 - color contains mainly: red. Hex color #B61F01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B61F01 is #49E0FE. Grayscale: #494949. Windows color (decimal): -4841727 or 73654. OLE color: 73654.

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

Color convert

RGB182311-
CMYK00.830.990.29
HSL9.94º98.91%35.88%-
HSV(B)9.94º99.45%71.37%-
XYZ19.7910.931.1-
YUV72.7387.53205.94-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 85.05%
GREEN value IS 31 (12.5% from 255) = 14.49%
BLUE value IS 1 (0.78% from 255) = 0.47%
R=85.05%
G=14.49%
B=0.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18231100.830.990.299.9498.9135.88
HexB61F1053631Da6324
Octal2663710123143351214344
Binary101101101111110101001111000111110110101100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61F01; }

 p { color: rgb(182,31,1); }

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

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

 a { background-color: rgb(182,31,1); }

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

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

 span { border-color: rgb(182,31,1); }

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