Html Css Color HEX #B53319 Harley Davidson Orange

📋 copy color: '#B53319'

red 181 ◦ green 51 ◦ blue 25

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

Shades of Harley Davidson Orange #B53319

Tints of Harley Davidson Orange #B53319

RGB

 RED value IS 181 (71.09% from 255) = 70.43%

 GREEN value IS 51 (20.31% from 255) = 19.84%

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

R = 70.43%
G = 19.84%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B53319 (or 0xB53319) is known color: Harley Davidson Orange. HEX triplet: B5, 33 and 19. RGB value is (181,51,25). Sum of RGB (Red+Green+Blue) = 181+51+25=257 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.43% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 181 - color contains mainly: red. Hex color #B53319 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53319 is #4ACCE6. Grayscale: #575757. Windows color (decimal): -4902119 or 1651637. OLE color: 1651637.

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

Color convert

RGB 181 51 25 -
CMYK 0 0.72 0.86 0.29
HSL 10º 0.76% 0.4% -
HSV(B) 10º 0.86% 0.71% -
XYZ 20.42 12.26 2.21 -
YUV 86.91 93.07 195.11 -
System Red Green Blue C M Y K H S L
Decimal 181 51 25 0 0.72 0.86 0.29 10 0.76 0.4
Hex B5 33 19 0 48 56 1D A 4C 28
Octal 265 63 31 0 110 126 35 12 114 50
Binary 10110101 110011 11001 0 1001000 1010110 11101 1010 1001100 101000

Color Harmonies of #B53319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53319

Black with #B53319

Text Example


Text Example

White with #B53319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53319; }

 p { color: rgb(181,51,25); }

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

background-color css

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

 a { background-color: rgb(181,51,25); }

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

border-color css

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

 span { border-color: rgb(181,51,25); }

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