#B92000

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

Shades of Harley Davidson Orange #B92000

Tints of Harley Davidson Orange #B92000

Color information

#B92000 (or 0xB92000) is unknown color: approx Harley Davidson Orange. HEX triplet: B9, 20 and 00. RGB value is (185,32,0). Sum of RGB (Red+Green+Blue) = 185+32+0=217 (28% of max value = 765). Red value is 185 (72.66% from 255 or 85.25% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 185 - color contains mainly: red. Hex color #B92000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92000 is #46DFFF. Grayscale: #4A4A4A. Windows color (decimal): -4644864 or 8377. OLE color: 8377.

HSL color Cylindrical-coordinate representation of color #B92000: hue angle of 10.38º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B92000 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB185320-
CMYK00.8310.27
HSL10.38º100%36.27%-
HSV(B)10.38º100%72.55%-
XYZ20.5211.351.11-
YUV74.186.19207.1-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 85.25%
GREEN value IS 32 (12.89% from 255) = 14.75%
BLUE value IS 0 (0.39% from 255) = 0%
R=85.25%
G=14.75%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18532000.8310.2710.3810036.27
HexB9200053641Ba6424
Octal2714000123144331214444
Binary1011100110000000101001111001001101110101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92000; }

 p { color: rgb(185,32,0); }

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

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

 a { background-color: rgb(185,32,0); }

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

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

 span { border-color: rgb(185,32,0); }

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