Html Css Color HEX #B5341C Harley Davidson Orange

📋 copy color: '#B5341C'

red 181 ◦ green 52 ◦ blue 28

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

Shades of Harley Davidson Orange #B5341C

Tints of Harley Davidson Orange #B5341C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.73%

R = 69.35%
G = 19.92%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B5341C (or 0xB5341C) is known color: Harley Davidson Orange. HEX triplet: B5, 34 and 1C. RGB value is (181,52,28). Sum of RGB (Red+Green+Blue) = 181+52+28=261 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.35% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 28 (11.33% from 255 or 10.73% from 261); Max value from RGB is 181 - color contains mainly: red. Hex color #B5341C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5341C is #4ACBE3. Grayscale: #585858. Windows color (decimal): -4901860 or 1848501. OLE color: 1848501.

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

Color convert

RGB 181 52 28 -
CMYK 0 0.71 0.85 0.29
HSL 9.41º 0.73% 0.41% -
HSV(B) 9.41º 0.85% 0.71% -
XYZ 20.49 12.36 2.4 -
YUV 87.84 94.24 194.45 -
System Red Green Blue C M Y K H S L
Decimal 181 52 28 0 0.71 0.85 0.29 9.41 0.73 0.41
Hex B5 34 1C 0 47 55 1D 9 49 29
Octal 265 64 34 0 107 125 35 11 111 51
Binary 10110101 110100 11100 0 1000111 1010101 11101 1001 1001001 101001

Color Harmonies of #B5341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5341C

Black with #B5341C

Text Example


Text Example

White with #B5341C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5341C; }

 p { color: rgb(181,52,28); }

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

background-color css

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

 a { background-color: rgb(181,52,28); }

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

border-color css

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

 span { border-color: rgb(181,52,28); }

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