#B92909

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

Shades of Harley Davidson Orange #B92909

Tints of Harley Davidson Orange #B92909

Color information

#B92909 (or 0xB92909) is unknown color: approx Harley Davidson Orange. HEX triplet: B9, 29 and 09. RGB value is (185,41,9). Sum of RGB (Red+Green+Blue) = 185+41+9=235 (31% of max value = 765). Red value is 185 (72.66% from 255 or 78.72% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 9 (3.91% from 255 or 3.83% from 235); Max value from RGB is 185 - color contains mainly: red. Hex color #B92909 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92909 is #46D6F6. Grayscale: #505050. Windows color (decimal): -4642551 or 600505. OLE color: 600505.

HSL color Cylindrical-coordinate representation of color #B92909: hue angle of 10.91º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B92909 is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB185419-
CMYK00.780.950.27
HSL10.91º90.72%38.04%-
HSV(B)10.91º95.14%72.55%-
XYZ20.8511.921.46-
YUV80.4187.71202.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 78.72%
GREEN value IS 41 (16.41% from 255) = 17.45%
BLUE value IS 9 (3.91% from 255) = 3.83%
R=78.72%
G=17.45%
B=3.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18541900.780.950.2710.9190.7238.04
HexB929904E5F1Bb5b26
Octal27151110116137331313346
Binary1011100110100110010100111010111111101110111011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92909; }

 p { color: rgb(185,41,9); }

 H1.HeaderClassName
 {
   color: #B92909;
 }
 .AnyTagClassName
 {
   color: #B92909;
 }
</style>
background-color css

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

 a { background-color: rgb(185,41,9); }

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

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

 span { border-color: rgb(185,41,9); }

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