Html Css Color HEX #B63419 Harley Davidson Orange

📋 copy color: '#B63419'

red 182 ◦ green 52 ◦ blue 25

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

Shades of Harley Davidson Orange #B63419

Tints of Harley Davidson Orange #B63419

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.08%

 BLUE value IS 25 (10.16% from 255) = 9.65%

R = 70.27%
G = 20.08%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B63419 (or 0xB63419) is known color: Harley Davidson Orange. HEX triplet: B6, 34 and 19. RGB value is (182,52,25). Sum of RGB (Red+Green+Blue) = 182+52+25=259 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.27% from 259); Green value is 52 (20.70% from 255 or 20.08% from 259); Blue value is 25 (10.16% from 255 or 9.65% from 259); Max value from RGB is 182 - color contains mainly: red. Hex color #B63419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63419 is #49CBE6. Grayscale: #585858. Windows color (decimal): -4836327 or 1651894. OLE color: 1651894.

HSL color Cylindrical-coordinate representation of color #B63419: hue angle of 10.32º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B63419 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 52 25 -
CMYK 0 0.71 0.86 0.29
HSL 10.32º 0.76% 0.41% -
HSV(B) 10.32º 0.86% 0.71% -
XYZ 20.69 12.47 2.24 -
YUV 87.79 92.57 195.2 -
System Red Green Blue C M Y K H S L
Decimal 182 52 25 0 0.71 0.86 0.29 10.32 0.76 0.41
Hex B6 34 19 0 47 56 1D A 4C 29
Octal 266 64 31 0 107 126 35 12 114 51
Binary 10110110 110100 11001 0 1000111 1010110 11101 1010 1001100 101001

Color Harmonies of #B63419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63419

Black with #B63419

Text Example


Text Example

White with #B63419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63419; }

 p { color: rgb(182,52,25); }

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

background-color css

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

 a { background-color: rgb(182,52,25); }

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

border-color css

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

 span { border-color: rgb(182,52,25); }

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