Html Css Color HEX #B73014 Harley Davidson Orange

📋 copy color: '#B73014'

red 183 ◦ green 48 ◦ blue 20

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

Shades of Harley Davidson Orange #B73014

Tints of Harley Davidson Orange #B73014

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.12%

 BLUE value IS 20 (8.2% from 255) = 7.97%

R = 72.91%
G = 19.12%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B73014 (or 0xB73014) is known color: Harley Davidson Orange. HEX triplet: B7, 30 and 14. RGB value is (183,48,20). Sum of RGB (Red+Green+Blue) = 183+48+20=251 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.91% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 183 - color contains mainly: red. Hex color #B73014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73014 is #48CFEB. Grayscale: #555555. Windows color (decimal): -4771820 or 1323191. OLE color: 1323191.

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

Color convert

RGB 183 48 20 -
CMYK 0 0.74 0.89 0.28
HSL 10.31º 0.8% 0.4% -
HSV(B) 10.31º 0.89% 0.72% -
XYZ 20.71 12.23 1.93 -
YUV 85.17 91.23 197.78 -
System Red Green Blue C M Y K H S L
Decimal 183 48 20 0 0.74 0.89 0.28 10.31 0.8 0.4
Hex B7 30 14 0 4A 59 1C A 50 28
Octal 267 60 24 0 112 131 34 12 120 50
Binary 10110111 110000 10100 0 1001010 1011001 11100 1010 1010000 101000

Color Harmonies of #B73014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73014

Black with #B73014

Text Example


Text Example

White with #B73014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73014; }

 p { color: rgb(183,48,20); }

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

background-color css

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

 a { background-color: rgb(183,48,20); }

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

border-color css

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

 span { border-color: rgb(183,48,20); }

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