Html Css Color HEX #B9270E Harley Davidson Orange

📋 copy color: '#B9270E'

red 185 ◦ green 39 ◦ blue 14

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

Shades of Harley Davidson Orange #B9270E

Tints of Harley Davidson Orange #B9270E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.39%

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

R = 77.73%
G = 16.39%
B = 5.88%

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

#B9270E (or 0xB9270E) is known color: Harley Davidson Orange. HEX triplet: B9, 27 and 0E. RGB value is (185,39,14). Sum of RGB (Red+Green+Blue) = 185+39+14=238 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.73% from 238); Green value is 39 (15.62% from 255 or 16.39% from 238); Blue value is 14 (5.86% from 255 or 5.88% from 238); Max value from RGB is 185 - color contains mainly: red. Hex color #B9270E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9270E is #46D8F1. Grayscale: #505050. Windows color (decimal): -4643058 or 927673. OLE color: 927673.

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

Color convert

RGB 185 39 14 -
CMYK 0 0.79 0.92 0.27
HSL 8.77º 0.86% 0.39% -
HSV(B) 8.77º 0.92% 0.73% -
XYZ 20.81 11.8 1.6 -
YUV 79.8 90.87 203.03 -
System Red Green Blue C M Y K H S L
Decimal 185 39 14 0 0.79 0.92 0.27 8.77 0.86 0.39
Hex B9 27 E 0 4F 5C 1B 9 56 27
Octal 271 47 16 0 117 134 33 11 126 47
Binary 10111001 100111 1110 0 1001111 1011100 11011 1001 1010110 100111

Color Harmonies of #B9270E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9270E

Black with #B9270E

Text Example


Text Example

White with #B9270E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9270E; }

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

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

background-color css

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

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

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

border-color css

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

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

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