Html Css Color HEX #B5341B Harley Davidson Orange

📋 copy color: '#B5341B'

red 181 ◦ green 52 ◦ blue 27

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

Shades of Harley Davidson Orange #B5341B

Tints of Harley Davidson Orange #B5341B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.38%

R = 69.62%
G = 20%
B = 10.38%

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

#B5341B (or 0xB5341B) is known color: Harley Davidson Orange. HEX triplet: B5, 34 and 1B. RGB value is (181,52,27). Sum of RGB (Red+Green+Blue) = 181+52+27=260 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.62% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 27 (10.94% from 255 or 10.38% from 260); Max value from RGB is 181 - color contains mainly: red. Hex color #B5341B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5341B is #4ACBE4. Grayscale: #575757. Windows color (decimal): -4901861 or 1782965. OLE color: 1782965.

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

Color convert

RGB 181 52 27 -
CMYK 0 0.71 0.85 0.29
HSL 9.74º 0.74% 0.41% -
HSV(B) 9.74º 0.85% 0.71% -
XYZ 20.48 12.36 2.34 -
YUV 87.72 93.74 194.53 -
System Red Green Blue C M Y K H S L
Decimal 181 52 27 0 0.71 0.85 0.29 9.74 0.74 0.41
Hex B5 34 1B 0 47 55 1D A 4A 29
Octal 265 64 33 0 107 125 35 12 112 51
Binary 10110101 110100 11011 0 1000111 1010101 11101 1010 1001010 101001

Color Harmonies of #B5341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5341B

Black with #B5341B

Text Example


Text Example

White with #B5341B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5341B; }

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

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

background-color css

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

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

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

border-color css

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

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

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