Html Css Color HEX #B5361F Harley Davidson Orange

📋 copy color: '#B5361F'

red 181 ◦ green 54 ◦ blue 31

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

Shades of Harley Davidson Orange #B5361F

Tints of Harley Davidson Orange #B5361F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.3%

 BLUE value IS 31 (12.5% from 255) = 11.65%

R = 68.05%
G = 20.3%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B5361F (or 0xB5361F) is known color: Harley Davidson Orange. HEX triplet: B5, 36 and 1F. RGB value is (181,54,31). Sum of RGB (Red+Green+Blue) = 181+54+31=266 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.05% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 31 (12.5% from 255 or 11.65% from 266); Max value from RGB is 181 - color contains mainly: red. Hex color #B5361F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5361F is #4AC9E0. Grayscale: #595959. Windows color (decimal): -4901345 or 2045621. OLE color: 2045621.

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

Color convert

RGB 181 54 31 -
CMYK 0 0.70 0.83 0.29
HSL 9.2º 0.71% 0.42% -
HSV(B) 9.2º 0.83% 0.71% -
XYZ 20.62 12.56 2.63 -
YUV 89.35 95.08 193.37 -
System Red Green Blue C M Y K H S L
Decimal 181 54 31 0 0.70 0.83 0.29 9.2 0.71 0.42
Hex B5 36 1F 0 46 53 1D 9 47 2A
Octal 265 66 37 0 106 123 35 11 107 52
Binary 10110101 110110 11111 0 1000110 1010011 11101 1001 1000111 101010

Color Harmonies of #B5361F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5361F

Black with #B5361F

Text Example


Text Example

White with #B5361F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5361F; }

 p { color: rgb(181,54,31); }

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

background-color css

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

 a { background-color: rgb(181,54,31); }

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

border-color css

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

 span { border-color: rgb(181,54,31); }

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