#B72F0E

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

Shades of Harley Davidson Orange #B72F0E

Tints of Harley Davidson Orange #B72F0E

Color information

#B72F0E (or 0xB72F0E) is unknown color: approx Harley Davidson Orange. HEX triplet: B7, 2F and 0E. RGB value is (183,47,14). Sum of RGB (Red+Green+Blue) = 183+47+14=244 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75% from 244); Green value is 47 (18.75% from 255 or 19.26% from 244); Blue value is 14 (5.86% from 255 or 5.74% from 244); Max value from RGB is 183 - color contains mainly: red. Hex color #B72F0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72F0E is #48D0F1. Grayscale: #545454. Windows color (decimal): -4772082 or 929719. OLE color: 929719.

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

Color convert

RGB1834714-
CMYK00.740.920.28
HSL11.72º85.79%38.63%-
HSV(B)11.72º92.35%71.76%-
XYZ20.6212.131.67-
YUV83.988.56198.68-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 75%
GREEN value IS 47 (18.75% from 255) = 19.26%
BLUE value IS 14 (5.86% from 255) = 5.74%
R=75%
G=19.26%
B=5.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.92
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183471400.740.920.2811.7285.7938.63
HexB72FE04A5C1Cc5627
Octal26757160112134341412647
Binary1011011110111111100100101010111001110011001010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72F0E; }

 p { color: rgb(183,47,14); }

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

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

 a { background-color: rgb(183,47,14); }

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

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

 span { border-color: rgb(183,47,14); }

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