Html Css Color HEX #B63116 Harley Davidson Orange

📋 copy color: '#B63116'

red 182 ◦ green 49 ◦ blue 22

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

Shades of Harley Davidson Orange #B63116

Tints of Harley Davidson Orange #B63116

RGB

 RED value IS 182 (71.48% from 255) = 71.94%

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

 BLUE value IS 22 (8.98% from 255) = 8.7%

R = 71.94%
G = 19.37%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B63116 (or 0xB63116) is known color: Harley Davidson Orange. HEX triplet: B6, 31 and 16. RGB value is (182,49,22). Sum of RGB (Red+Green+Blue) = 182+49+22=253 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.94% from 253); Green value is 49 (19.53% from 255 or 19.37% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 182 - color contains mainly: red. Hex color #B63116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63116 is #49CEE9. Grayscale: #555555. Windows color (decimal): -4837098 or 1454518. OLE color: 1454518.

HSL color Cylindrical-coordinate representation of color #B63116: hue angle of 10.12º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B63116 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 49 22 -
CMYK 0 0.73 0.88 0.29
HSL 10.13º 0.78% 0.4% -
HSV(B) 10.13º 0.88% 0.71% -
XYZ 20.53 12.2 2.03 -
YUV 85.69 92.06 196.7 -
System Red Green Blue C M Y K H S L
Decimal 182 49 22 0 0.73 0.88 0.29 10.13 0.78 0.4
Hex B6 31 16 0 49 58 1D A 4E 28
Octal 266 61 26 0 111 130 35 12 116 50
Binary 10110110 110001 10110 0 1001001 1011000 11101 1010 1001110 101000

Color Harmonies of #B63116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63116

Black with #B63116

Text Example


Text Example

White with #B63116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63116; }

 p { color: rgb(182,49,22); }

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

background-color css

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

 a { background-color: rgb(182,49,22); }

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

border-color css

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

 span { border-color: rgb(182,49,22); }

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