#B81F06

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

Shades of Harley Davidson Orange #B81F06

Tints of Harley Davidson Orange #B81F06

Color information

#B81F06 (or 0xB81F06) is unknown color: approx Harley Davidson Orange. HEX triplet: B8, 1F and 06. RGB value is (184,31,6). Sum of RGB (Red+Green+Blue) = 184+31+6=221 (29% of max value = 765). Red value is 184 (72.27% from 255 or 83.26% from 221); Green value is 31 (12.5% from 255 or 14.03% from 221); Blue value is 6 (2.73% from 255 or 2.71% from 221); Max value from RGB is 184 - color contains mainly: red. Hex color #B81F06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B81F06 is #47E0F9. Grayscale: #4A4A4A. Windows color (decimal): -4710650 or 401336. OLE color: 401336.

HSL color Cylindrical-coordinate representation of color #B81F06: hue angle of 8.43º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B81F06 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB184316-
CMYK00.830.970.28
HSL8.43º93.68%37.25%-
HSV(B)8.43º96.74%72.16%-
XYZ20.2911.181.26-
YUV73.989.69206.53-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 83.26%
GREEN value IS 31 (12.5% from 255) = 14.03%
BLUE value IS 6 (2.73% from 255) = 2.71%
R=83.26%
G=14.03%
B=2.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18431600.830.970.288.4393.6837.25
HexB81F6053611C85e25
Octal2703760123141341013645
Binary10111000111111100101001111000011110010001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81F06; }

 p { color: rgb(184,31,6); }

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

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

 a { background-color: rgb(184,31,6); }

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

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

 span { border-color: rgb(184,31,6); }

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