#B9280F

Color #B9280F Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #B9280F

Tints of Harley Davidson Orange #B9280F

Color information

#B9280F (or 0xB9280F) is unknown color: approx 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

RGB1854015-
CMYK00.780.920.27
HSL8.82º85%39.22%-
HSV(B)8.82º91.89%72.55%-
XYZ20.8511.871.64-
YUV80.591.04202.53-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185401500.780.920.278.828539.22
HexB928F04E5C1B95527
Octal27150170116134331112547
Binary1011100110100011110100111010111001101110011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9280F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>