Html Css Color HEX #B63015 Harley Davidson Orange

📋 copy color: '#B63015'

red 182 ◦ green 48 ◦ blue 21

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

Shades of Harley Davidson Orange #B63015

Tints of Harley Davidson Orange #B63015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.37%

R = 72.51%
G = 19.12%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B63015 (or 0xB63015) is known color: Harley Davidson Orange. HEX triplet: B6, 30 and 15. RGB value is (182,48,21). Sum of RGB (Red+Green+Blue) = 182+48+21=251 (33% of max value = 765). Red value is 182 (71.48% from 255 or 72.51% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 182 - color contains mainly: red. Hex color #B63015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63015 is #49CFEA. Grayscale: #555555. Windows color (decimal): -4837355 or 1388726. OLE color: 1388726.

HSL color Cylindrical-coordinate representation of color #B63015: hue angle of 10.06º degrees, saturation: 0.79, 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 #B63015 is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 48 21 -
CMYK 0 0.74 0.88 0.29
HSL 10.06º 0.79% 0.4% -
HSV(B) 10.06º 0.88% 0.71% -
XYZ 20.48 12.11 1.97 -
YUV 84.99 91.89 197.2 -
System Red Green Blue C M Y K H S L
Decimal 182 48 21 0 0.74 0.88 0.29 10.06 0.79 0.4
Hex B6 30 15 0 4A 58 1D A 4F 28
Octal 266 60 25 0 112 130 35 12 117 50
Binary 10110110 110000 10101 0 1001010 1011000 11101 1010 1001111 101000

Color Harmonies of #B63015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63015

Black with #B63015

Text Example


Text Example

White with #B63015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63015; }

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

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

background-color css

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

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

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

border-color css

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

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

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