Html Css Color HEX #B72F11 Harley Davidson Orange

📋 copy color: '#B72F11'

red 183 ◦ green 47 ◦ blue 17

#B72F11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #B72F11

Tints of Harley Davidson Orange #B72F11

RGB

 RED value IS 183 (71.88% from 255) = 74.09%

 GREEN value IS 47 (18.75% from 255) = 19.03%

 BLUE value IS 17 (7.03% from 255) = 6.88%

R = 74.09%
G = 19.03%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B72F11 (or 0xB72F11) is known color: Harley Davidson Orange. HEX triplet: B7, 2F and 11. RGB value is (183,47,17). Sum of RGB (Red+Green+Blue) = 183+47+17=247 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.09% from 247); Green value is 47 (18.75% from 255 or 19.03% from 247); Blue value is 17 (7.03% from 255 or 6.88% from 247); Max value from RGB is 183 - color contains mainly: red. Hex color #B72F11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72F11 is #48D0EE. Grayscale: #545454. Windows color (decimal): -4772079 or 1126327. OLE color: 1126327.

HSL color Cylindrical-coordinate representation of color #B72F11: hue angle of 10.84º degrees, saturation: 0.83, 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 #B72F11 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 47 17 -
CMYK 0 0.74 0.91 0.28
HSL 10.84º 0.83% 0.39% -
HSV(B) 10.84º 0.91% 0.72% -
XYZ 20.65 12.14 1.79 -
YUV 84.24 90.06 198.44 -
System Red Green Blue C M Y K H S L
Decimal 183 47 17 0 0.74 0.91 0.28 10.84 0.83 0.39
Hex B7 2F 11 0 4A 5B 1C B 53 27
Octal 267 57 21 0 112 133 34 13 123 47
Binary 10110111 101111 10001 0 1001010 1011011 11100 1011 1010011 100111

Color Harmonies of #B72F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72F11

Black with #B72F11

Text Example


Text Example

White with #B72F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72F11; }

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

 H1.HeaderClassName
 {
   color: #B72F11;
 }
 .AnyTagClassName
 {
   color: #B72F11;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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