Html Css Color HEX #B73114 Harley Davidson Orange

📋 copy color: '#B73114'

red 183 ◦ green 49 ◦ blue 20

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

Shades of Harley Davidson Orange #B73114

Tints of Harley Davidson Orange #B73114

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.44%

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

R = 72.62%
G = 19.44%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B73114 (or 0xB73114) is known color: Harley Davidson Orange. HEX triplet: B7, 31 and 14. RGB value is (183,49,20). Sum of RGB (Red+Green+Blue) = 183+49+20=252 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.62% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 20 (8.20% from 255 or 7.94% from 252); Max value from RGB is 183 - color contains mainly: red. Hex color #B73114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73114 is #48CEEB. Grayscale: #565656. Windows color (decimal): -4771564 or 1323447. OLE color: 1323447.

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

Color convert

RGB 183 49 20 -
CMYK 0 0.73 0.89 0.28
HSL 10.67º 0.8% 0.4% -
HSV(B) 10.67º 0.89% 0.72% -
XYZ 20.75 12.31 1.94 -
YUV 85.76 90.89 197.36 -
System Red Green Blue C M Y K H S L
Decimal 183 49 20 0 0.73 0.89 0.28 10.67 0.8 0.4
Hex B7 31 14 0 49 59 1C B 50 28
Octal 267 61 24 0 111 131 34 13 120 50
Binary 10110111 110001 10100 0 1001001 1011001 11100 1011 1010000 101000

Color Harmonies of #B73114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73114

Black with #B73114

Text Example


Text Example

White with #B73114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73114; }

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

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

background-color css

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

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

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

border-color css

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

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

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