Html Css Color HEX #B9290E Harley Davidson Orange

📋 copy color: '#B9290E'

red 185 ◦ green 41 ◦ blue 14

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

Shades of Harley Davidson Orange #B9290E

Tints of Harley Davidson Orange #B9290E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.08%

 BLUE value IS 14 (5.86% from 255) = 5.83%

R = 77.08%
G = 17.08%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#B9290E (or 0xB9290E) is known color: Harley Davidson Orange. HEX triplet: B9, 29 and 0E. RGB value is (185,41,14). Sum of RGB (Red+Green+Blue) = 185+41+14=240 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.08% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 14 (5.86% from 255 or 5.83% from 240); Max value from RGB is 185 - color contains mainly: red. Hex color #B9290E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9290E is #46D6F1. Grayscale: #515151. Windows color (decimal): -4642546 or 928185. OLE color: 928185.

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

Color convert

RGB 185 41 14 -
CMYK 0 0.78 0.92 0.27
HSL 9.47º 0.86% 0.39% -
HSV(B) 9.47º 0.92% 0.73% -
XYZ 20.88 11.93 1.62 -
YUV 80.98 90.21 202.2 -
System Red Green Blue C M Y K H S L
Decimal 185 41 14 0 0.78 0.92 0.27 9.47 0.86 0.39
Hex B9 29 E 0 4E 5C 1B 9 56 27
Octal 271 51 16 0 116 134 33 11 126 47
Binary 10111001 101001 1110 0 1001110 1011100 11011 1001 1010110 100111

Color Harmonies of #B9290E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9290E

Black with #B9290E

Text Example


Text Example

White with #B9290E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9290E; }

 p { color: rgb(185,41,14); }

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

background-color css

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

 a { background-color: rgb(185,41,14); }

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

border-color css

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

 span { border-color: rgb(185,41,14); }

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