Html Css Color HEX #B72401 Harley Davidson Orange

📋 copy color: '#B72401'

red 183 ◦ green 36 ◦ blue 1

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

Shades of Harley Davidson Orange #B72401

Tints of Harley Davidson Orange #B72401

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.36%

 BLUE value IS 1 (0.78% from 255) = 0.45%

R = 83.18%
G = 16.36%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B72401 (or 0xB72401) is known color: Harley Davidson Orange. HEX triplet: B7, 24 and 01. RGB value is (183,36,1). Sum of RGB (Red+Green+Blue) = 183+36+1=220 (29% of max value = 765). Red value is 183 (71.88% from 255 or 83.18% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 1 (0.78% from 255 or 0.45% from 220); Max value from RGB is 183 - color contains mainly: red. Hex color #B72401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72401 is #48DBFE. Grayscale: #4C4C4C. Windows color (decimal): -4774911 or 74935. OLE color: 74935.

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

Color convert

RGB 183 36 1 -
CMYK 0 0.80 0.99 0.28
HSL 11.54º 0.99% 0.36% -
HSV(B) 11.54º 0.99% 0.72% -
XYZ 20.16 11.33 1.15 -
YUV 75.96 85.7 204.35 -
System Red Green Blue C M Y K H S L
Decimal 183 36 1 0 0.80 0.99 0.28 11.54 0.99 0.36
Hex B7 24 1 0 50 63 1C C 63 24
Octal 267 44 1 0 120 143 34 14 143 44
Binary 10110111 100100 1 0 1010000 1100011 11100 1100 1100011 100100

Color Harmonies of #B72401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72401

Black with #B72401

Text Example


Text Example

White with #B72401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72401; }

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

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

background-color css

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

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

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

border-color css

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

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

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