#B72701

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

Shades of Harley Davidson Orange #B72701

Tints of Harley Davidson Orange #B72701

Color information

#B72701 (or 0xB72701) is unknown color: approx Harley Davidson Orange. HEX triplet: B7, 27 and 01. RGB value is (183,39,1). Sum of RGB (Red+Green+Blue) = 183+39+1=223 (29% of max value = 765). Red value is 183 (71.88% from 255 or 82.06% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 1 (0.78% from 255 or 0.45% from 223); Max value from RGB is 183 - color contains mainly: red. Hex color #B72701 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72701 is #48D8FE. Grayscale: #4E4E4E. Windows color (decimal): -4774143 or 75703. OLE color: 75703.

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

Color convert

RGB183391-
CMYK00.790.990.28
HSL12.53º98.91%36.08%-
HSV(B)12.53º99.45%71.76%-
XYZ20.2611.521.18-
YUV77.7284.71203.09-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 82.06%
GREEN value IS 39 (15.62% from 255) = 17.49%
BLUE value IS 1 (0.78% from 255) = 0.45%
R=82.06%
G=17.49%
B=0.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.99
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18339100.790.990.2812.5398.9136.08
HexB727104F631Cd6324
Octal2674710117143341514344
Binary1011011110011110100111111000111110011011100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72701; }

 p { color: rgb(183,39,1); }

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

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

 a { background-color: rgb(183,39,1); }

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

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

 span { border-color: rgb(183,39,1); }

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