#B82805

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

Shades of Harley Davidson Orange #B82805

Tints of Harley Davidson Orange #B82805

Color information

#B82805 (or 0xB82805) is unknown color: approx Harley Davidson Orange. HEX triplet: B8, 28 and 05. RGB value is (184,40,5). Sum of RGB (Red+Green+Blue) = 184+40+5=229 (30% of max value = 765). Red value is 184 (72.27% from 255 or 80.35% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 5 (2.34% from 255 or 2.18% from 229); Max value from RGB is 184 - color contains mainly: red. Hex color #B82805 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82805 is #47D7FA. Grayscale: #4F4F4F. Windows color (decimal): -4708347 or 338104. OLE color: 338104.

HSL color Cylindrical-coordinate representation of color #B82805: hue angle of 11.73º degrees, saturation: 0.95, 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 #B82805 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB184405-
CMYK00.780.970.28
HSL11.73º94.71%37.06%-
HSV(B)11.73º97.28%72.16%-
XYZ20.5511.721.32-
YUV79.0786.21202.85-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 80.35%
GREEN value IS 40 (16.02% from 255) = 17.47%
BLUE value IS 5 (2.34% from 255) = 2.18%
R=80.35%
G=17.47%
B=2.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18440500.780.970.2811.7394.7137.06
HexB828504E611Cc5f25
Octal2705050116141341413745
Binary101110001010001010100111011000011110011001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82805; }

 p { color: rgb(184,40,5); }

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

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

 a { background-color: rgb(184,40,5); }

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

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

 span { border-color: rgb(184,40,5); }

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