Html Css Color HEX #B9280F Harley Davidson Orange

📋 copy color: '#B9280F'

red 185 ◦ green 40 ◦ blue 15

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

Shades of Harley Davidson Orange #B9280F

Tints of Harley Davidson Orange #B9280F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.67%

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

R = 77.08%
G = 16.67%
B = 6.25%

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

#B9280F (or 0xB9280F) is known color: Harley Davidson Orange. HEX triplet: B9, 28 and 0F. RGB value is (185,40,15). Sum of RGB (Red+Green+Blue) = 185+40+15=240 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.08% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 15 (6.25% from 255 or 6.25% from 240); Max value from RGB is 185 - color contains mainly: red. Hex color #B9280F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9280F is #46D7F0. Grayscale: #505050. Windows color (decimal): -4642801 or 993465. OLE color: 993465.

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

Color convert

RGB 185 40 15 -
CMYK 0 0.78 0.92 0.27
HSL 8.82º 0.85% 0.39% -
HSV(B) 8.82º 0.92% 0.73% -
XYZ 20.85 11.87 1.64 -
YUV 80.51 91.04 202.53 -
System Red Green Blue C M Y K H S L
Decimal 185 40 15 0 0.78 0.92 0.27 8.82 0.85 0.39
Hex B9 28 F 0 4E 5C 1B 9 55 27
Octal 271 50 17 0 116 134 33 11 125 47
Binary 10111001 101000 1111 0 1001110 1011100 11011 1001 1010101 100111

Color Harmonies of #B9280F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9280F

Black with #B9280F

Text Example


Text Example

White with #B9280F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9280F; }

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

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

background-color css

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

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

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

border-color css

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

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

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