Html Css Color HEX #B9250F Harley Davidson Orange

📋 copy color: '#B9250F'

red 185 ◦ green 37 ◦ blue 15

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

Shades of Harley Davidson Orange #B9250F

Tints of Harley Davidson Orange #B9250F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.33%

R = 78.06%
G = 15.61%
B = 6.33%

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

#B9250F (or 0xB9250F) is known color: Harley Davidson Orange. HEX triplet: B9, 25 and 0F. RGB value is (185,37,15). Sum of RGB (Red+Green+Blue) = 185+37+15=237 (31% of max value = 765). Red value is 185 (72.66% from 255 or 78.06% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 15 (6.25% from 255 or 6.33% from 237); Max value from RGB is 185 - color contains mainly: red. Hex color #B9250F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9250F is #46DAF0. Grayscale: #4E4E4E. Windows color (decimal): -4643569 or 992697. OLE color: 992697.

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

Color convert

RGB 185 37 15 -
CMYK 0 0.80 0.92 0.27
HSL 7.76º 0.85% 0.39% -
HSV(B) 7.76º 0.92% 0.73% -
XYZ 20.76 11.67 1.61 -
YUV 78.74 92.03 203.79 -
System Red Green Blue C M Y K H S L
Decimal 185 37 15 0 0.80 0.92 0.27 7.76 0.85 0.39
Hex B9 25 F 0 50 5C 1B 8 55 27
Octal 271 45 17 0 120 134 33 10 125 47
Binary 10111001 100101 1111 0 1010000 1011100 11011 1000 1010101 100111

Color Harmonies of #B9250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9250F

Black with #B9250F

Text Example


Text Example

White with #B9250F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9250F; }

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

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

background-color css

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

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

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

border-color css

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

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

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