Html Css Color HEX #B9260E Harley Davidson Orange

📋 copy color: '#B9260E'

red 185 ◦ green 38 ◦ blue 14

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

Shades of Harley Davidson Orange #B9260E

Tints of Harley Davidson Orange #B9260E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.03%

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

R = 78.06%
G = 16.03%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#B9260E (or 0xB9260E) is known color: Harley Davidson Orange. HEX triplet: B9, 26 and 0E. RGB value is (185,38,14). Sum of RGB (Red+Green+Blue) = 185+38+14=237 (31% of max value = 765). Red value is 185 (72.66% from 255 or 78.06% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 14 (5.86% from 255 or 5.91% from 237); Max value from RGB is 185 - color contains mainly: red. Hex color #B9260E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9260E is #46D9F1. Grayscale: #4F4F4F. Windows color (decimal): -4643314 or 927417. OLE color: 927417.

HSL color Cylindrical-coordinate representation of color #B9260E: hue angle of 8.42º 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 #B9260E is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 38 14 -
CMYK 0 0.79 0.92 0.27
HSL 8.42º 0.86% 0.39% -
HSV(B) 8.42º 0.92% 0.73% -
XYZ 20.78 11.73 1.58 -
YUV 79.22 91.2 203.45 -
System Red Green Blue C M Y K H S L
Decimal 185 38 14 0 0.79 0.92 0.27 8.42 0.86 0.39
Hex B9 26 E 0 4F 5C 1B 8 56 27
Octal 271 46 16 0 117 134 33 10 126 47
Binary 10111001 100110 1110 0 1001111 1011100 11011 1000 1010110 100111

Color Harmonies of #B9260E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9260E

Black with #B9260E

Text Example


Text Example

White with #B9260E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9260E; }

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

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

background-color css

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

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

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

border-color css

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

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

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