Html Css Color HEX #B9361A Harley Davidson Orange

📋 copy color: '#B9361A'

red 185 ◦ green 54 ◦ blue 26

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

Shades of Harley Davidson Orange #B9361A

Tints of Harley Davidson Orange #B9361A

RGB

 RED value IS 185 (72.66% from 255) = 69.81%

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

 BLUE value IS 26 (10.55% from 255) = 9.81%

R = 69.81%
G = 20.38%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B9361A (or 0xB9361A) is known color: Harley Davidson Orange. HEX triplet: B9, 36 and 1A. RGB value is (185,54,26). Sum of RGB (Red+Green+Blue) = 185+54+26=265 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.81% from 265); Green value is 54 (21.48% from 255 or 20.38% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 185 - color contains mainly: red. Hex color #B9361A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9361A is #46C9E5. Grayscale: #5A5A5A. Windows color (decimal): -4639206 or 1717945. OLE color: 1717945.

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

Color convert

RGB 185 54 26 -
CMYK 0 0.71 0.86 0.27
HSL 10.57º 0.75% 0.41% -
HSV(B) 10.57º 0.86% 0.73% -
XYZ 21.51 13.03 2.36 -
YUV 89.98 91.9 195.78 -
System Red Green Blue C M Y K H S L
Decimal 185 54 26 0 0.71 0.86 0.27 10.57 0.75 0.41
Hex B9 36 1A 0 47 56 1B B 4B 29
Octal 271 66 32 0 107 126 33 13 113 51
Binary 10111001 110110 11010 0 1000111 1010110 11011 1011 1001011 101001

Color Harmonies of #B9361A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9361A

Black with #B9361A

Text Example


Text Example

White with #B9361A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9361A; }

 p { color: rgb(185,54,26); }

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

background-color css

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

 a { background-color: rgb(185,54,26); }

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

border-color css

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

 span { border-color: rgb(185,54,26); }

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