#B72201

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

Shades of Harley Davidson Orange #B72201

Tints of Harley Davidson Orange #B72201

Color information

#B72201 (or 0xB72201) is unknown color: approx Harley Davidson Orange. HEX triplet: B7, 22 and 01. RGB value is (183,34,1). Sum of RGB (Red+Green+Blue) = 183+34+1=218 (28% of max value = 765). Red value is 183 (71.88% from 255 or 83.94% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 1 (0.78% from 255 or 0.46% from 218); Max value from RGB is 183 - color contains mainly: red. Hex color #B72201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72201 is #48DDFE. Grayscale: #4B4B4B. Windows color (decimal): -4775423 or 74423. OLE color: 74423.

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

Color convert

RGB183341-
CMYK00.810.990.28
HSL10.88º98.91%36.08%-
HSV(B)10.88º99.45%71.76%-
XYZ20.1111.211.13-
YUV74.7986.36205.18-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 83.94%
GREEN value IS 34 (13.67% from 255) = 15.60%
BLUE value IS 1 (0.78% from 255) = 0.46%
R=83.94%
G=15.60%
B=0.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.99
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18334100.810.990.2810.8898.9136.08
HexB7221051631Cb6324
Octal2674210121143341314344
Binary1011011110001010101000111000111110010111100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72201; }

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

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

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

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

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

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

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

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