#B72810

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

Shades of Harley Davidson Orange #B72810

Tints of Harley Davidson Orange #B72810

Color information

#B72810 (or 0xB72810) is unknown color: approx Harley Davidson Orange. HEX triplet: B7, 28 and 10. RGB value is (183,40,16). Sum of RGB (Red+Green+Blue) = 183+40+16=239 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.57% from 239); Green value is 40 (16.02% from 255 or 16.74% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 183 - color contains mainly: red. Hex color #B72810 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72810 is #48D7EF. Grayscale: #505050. Windows color (decimal): -4773872 or 1058999. OLE color: 1058999.

HSL color Cylindrical-coordinate representation of color #B72810: hue angle of 8.62º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B72810 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB1834016-
CMYK00.780.910.28
HSL8.62º83.92%39.02%-
HSV(B)8.62º91.26%71.76%-
XYZ20.3811.621.66-
YUV80.0291.88201.45-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 76.57%
GREEN value IS 40 (16.02% from 255) = 16.74%
BLUE value IS 16 (6.64% from 255) = 6.69%
R=76.57%
G=16.74%
B=6.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.91
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183401600.780.910.288.6283.9239.02
HexB7281004E5B1C95427
Octal26750200116133341112447
Binary10110111101000100000100111010110111110010011010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72810; }

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

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

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

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

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

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

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

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