Html Css Color HEX #B63014 Harley Davidson Orange

📋 copy color: '#B63014'

red 182 ◦ green 48 ◦ blue 20

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

Shades of Harley Davidson Orange #B63014

Tints of Harley Davidson Orange #B63014

RGB

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

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

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

R = 72.8%
G = 19.2%
B = 8%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B63014 (or 0xB63014) is known color: Harley Davidson Orange. HEX triplet: B6, 30 and 14. RGB value is (182,48,20). Sum of RGB (Red+Green+Blue) = 182+48+20=250 (33% of max value = 765). Red value is 182 (71.48% from 255 or 72.8% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 182 - color contains mainly: red. Hex color #B63014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63014 is #49CFEB. Grayscale: #555555. Windows color (decimal): -4837356 or 1323190. OLE color: 1323190.

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

Color convert

RGB 182 48 20 -
CMYK 0 0.74 0.89 0.29
HSL 10.37º 0.8% 0.4% -
HSV(B) 10.37º 0.89% 0.71% -
XYZ 20.47 12.11 1.92 -
YUV 84.87 91.39 197.28 -
System Red Green Blue C M Y K H S L
Decimal 182 48 20 0 0.74 0.89 0.29 10.37 0.8 0.4
Hex B6 30 14 0 4A 59 1D A 50 28
Octal 266 60 24 0 112 131 35 12 120 50
Binary 10110110 110000 10100 0 1001010 1011001 11101 1010 1010000 101000

Color Harmonies of #B63014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63014

Black with #B63014

Text Example


Text Example

White with #B63014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63014; }

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

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

background-color css

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

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

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

border-color css

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

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

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