#B72805

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

Shades of Harley Davidson Orange #B72805

Tints of Harley Davidson Orange #B72805

Color information

#B72805 (or 0xB72805) is unknown color: approx Harley Davidson Orange. HEX triplet: B7, 28 and 05. RGB value is (183,40,5). Sum of RGB (Red+Green+Blue) = 183+40+5=228 (30% of max value = 765). Red value is 183 (71.88% from 255 or 80.26% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 5 (2.34% from 255 or 2.19% from 228); Max value from RGB is 183 - color contains mainly: red. Hex color #B72805 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72805 is #48D7FA. Grayscale: #4F4F4F. Windows color (decimal): -4773883 or 338103. OLE color: 338103.

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

Color convert

RGB183405-
CMYK00.780.970.28
HSL11.8º94.68%36.86%-
HSV(B)11.8º97.27%71.76%-
XYZ20.3111.61.31-
YUV78.7786.38202.35-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 80.26%
GREEN value IS 40 (16.02% from 255) = 17.54%
BLUE value IS 5 (2.34% from 255) = 2.19%
R=80.26%
G=17.54%
B=2.19%

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
Decimal18340500.780.970.2811.894.6836.86
HexB728504E611Cc5f25
Octal2675050116141341413745
Binary101101111010001010100111011000011110011001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72805; }

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

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

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

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

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

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

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

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