Html Css Color HEX #B9250E Harley Davidson Orange

📋 copy color: '#B9250E'

red 185 ◦ green 37 ◦ blue 14

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

Shades of Harley Davidson Orange #B9250E

Tints of Harley Davidson Orange #B9250E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.68%

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

R = 78.39%
G = 15.68%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#B9250E (or 0xB9250E) is known color: Harley Davidson Orange. HEX triplet: B9, 25 and 0E. RGB value is (185,37,14). Sum of RGB (Red+Green+Blue) = 185+37+14=236 (31% of max value = 765). Red value is 185 (72.66% from 255 or 78.39% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 185 - color contains mainly: red. Hex color #B9250E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9250E is #46DAF1. Grayscale: #4E4E4E. Windows color (decimal): -4643570 or 927161. OLE color: 927161.

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

Color convert

RGB 185 37 14 -
CMYK 0 0.80 0.92 0.27
HSL 8.07º 0.86% 0.39% -
HSV(B) 8.07º 0.92% 0.73% -
XYZ 20.75 11.67 1.57 -
YUV 78.63 91.53 203.87 -
System Red Green Blue C M Y K H S L
Decimal 185 37 14 0 0.80 0.92 0.27 8.07 0.86 0.39
Hex B9 25 E 0 50 5C 1B 8 56 27
Octal 271 45 16 0 120 134 33 10 126 47
Binary 10111001 100101 1110 0 1010000 1011100 11011 1000 1010110 100111

Color Harmonies of #B9250E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9250E

Black with #B9250E

Text Example


Text Example

White with #B9250E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9250E; }

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

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

background-color css

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

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

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

border-color css

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

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

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