Html Css Color HEX #B9301C Harley Davidson Orange

📋 copy color: '#B9301C'

red 185 ◦ green 48 ◦ blue 28

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

Shades of Harley Davidson Orange #B9301C

Tints of Harley Davidson Orange #B9301C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.39%

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

R = 70.88%
G = 18.39%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#B9301C (or 0xB9301C) is known color: Harley Davidson Orange. HEX triplet: B9, 30 and 1C. RGB value is (185,48,28). Sum of RGB (Red+Green+Blue) = 185+48+28=261 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.88% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 28 (11.33% from 255 or 10.73% from 261); Max value from RGB is 185 - color contains mainly: red. Hex color #B9301C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9301C is #46CFE3. Grayscale: #565656. Windows color (decimal): -4640740 or 1847481. OLE color: 1847481.

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

Color convert

RGB 185 48 28 -
CMYK 0 0.74 0.85 0.27
HSL 7.64º 0.74% 0.42% -
HSV(B) 7.64º 0.85% 0.73% -
XYZ 21.27 12.51 2.39 -
YUV 86.68 94.89 198.13 -
System Red Green Blue C M Y K H S L
Decimal 185 48 28 0 0.74 0.85 0.27 7.64 0.74 0.42
Hex B9 30 1C 0 4A 55 1B 8 4A 2A
Octal 271 60 34 0 112 125 33 10 112 52
Binary 10111001 110000 11100 0 1001010 1010101 11011 1000 1001010 101010

Color Harmonies of #B9301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9301C

Black with #B9301C

Text Example


Text Example

White with #B9301C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9301C; }

 p { color: rgb(185,48,28); }

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

background-color css

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

 a { background-color: rgb(185,48,28); }

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

border-color css

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

 span { border-color: rgb(185,48,28); }

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