Html Css Color HEX #B72301 Harley Davidson Orange

📋 copy color: '#B72301'

red 183 ◦ green 35 ◦ blue 1

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

Shades of Harley Davidson Orange #B72301

Tints of Harley Davidson Orange #B72301

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.98%

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

R = 83.56%
G = 15.98%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B72301 (or 0xB72301) is known color: Harley Davidson Orange. HEX triplet: B7, 23 and 01. RGB value is (183,35,1). Sum of RGB (Red+Green+Blue) = 183+35+1=219 (29% of max value = 765). Red value is 183 (71.88% from 255 or 83.56% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 1 (0.78% from 255 or 0.46% from 219); Max value from RGB is 183 - color contains mainly: red. Hex color #B72301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72301 is #48DCFE. Grayscale: #4B4B4B. Windows color (decimal): -4775167 or 74679. OLE color: 74679.

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

Color convert

RGB 183 35 1 -
CMYK 0 0.81 0.99 0.28
HSL 11.21º 0.99% 0.36% -
HSV(B) 11.21º 0.99% 0.72% -
XYZ 20.13 11.27 1.14 -
YUV 75.38 86.03 204.76 -
System Red Green Blue C M Y K H S L
Decimal 183 35 1 0 0.81 0.99 0.28 11.21 0.99 0.36
Hex B7 23 1 0 51 63 1C B 63 24
Octal 267 43 1 0 121 143 34 13 143 44
Binary 10110111 100011 1 0 1010001 1100011 11100 1011 1100011 100100

Color Harmonies of #B72301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72301

Black with #B72301

Text Example


Text Example

White with #B72301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72301; }

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

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

background-color css

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

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

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

border-color css

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

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

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