Html Css Color HEX #B9361D Harley Davidson Orange

📋 copy color: '#B9361D'

red 185 ◦ green 54 ◦ blue 29

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

Shades of Harley Davidson Orange #B9361D

Tints of Harley Davidson Orange #B9361D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.82%

R = 69.03%
G = 20.15%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B9361D (or 0xB9361D) is known color: Harley Davidson Orange. HEX triplet: B9, 36 and 1D. RGB value is (185,54,29). Sum of RGB (Red+Green+Blue) = 185+54+29=268 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.03% from 268); Green value is 54 (21.48% from 255 or 20.15% from 268); Blue value is 29 (11.72% from 255 or 10.82% from 268); Max value from RGB is 185 - color contains mainly: red. Hex color #B9361D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9361D is #46C9E2. Grayscale: #5A5A5A. Windows color (decimal): -4639203 or 1914553. OLE color: 1914553.

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

Color convert

RGB 185 54 29 -
CMYK 0 0.71 0.84 0.27
HSL 9.62º 0.73% 0.42% -
HSV(B) 9.62º 0.84% 0.73% -
XYZ 21.55 13.04 2.54 -
YUV 90.32 93.4 195.53 -
System Red Green Blue C M Y K H S L
Decimal 185 54 29 0 0.71 0.84 0.27 9.62 0.73 0.42
Hex B9 36 1D 0 47 54 1B A 49 2A
Octal 271 66 35 0 107 124 33 12 111 52
Binary 10111001 110110 11101 0 1000111 1010100 11011 1010 1001001 101010

Color Harmonies of #B9361D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9361D

Black with #B9361D

Text Example


Text Example

White with #B9361D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9361D; }

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

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

background-color css

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

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

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

border-color css

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

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

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