#B92B0F

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

Shades of Harley Davidson Orange #B92B0F

Tints of Harley Davidson Orange #B92B0F

Color information

#B92B0F (or 0xB92B0F) is unknown color: approx Harley Davidson Orange. HEX triplet: B9, 2B and 0F. RGB value is (185,43,15). Sum of RGB (Red+Green+Blue) = 185+43+15=243 (32% of max value = 765). Red value is 185 (72.66% from 255 or 76.13% from 243); Green value is 43 (17.19% from 255 or 17.70% from 243); Blue value is 15 (6.25% from 255 or 6.17% from 243); Max value from RGB is 185 - color contains mainly: red. Hex color #B92B0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92B0F is #46D4F0. Grayscale: #525252. Windows color (decimal): -4642033 or 994233. OLE color: 994233.

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

Color convert

RGB1854315-
CMYK00.770.920.27
HSL9.88º85%39.22%-
HSV(B)9.88º91.89%72.55%-
XYZ20.9612.081.68-
YUV82.2790.04201.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 76.13%
GREEN value IS 43 (17.19% from 255) = 17.70%
BLUE value IS 15 (6.25% from 255) = 6.17%
R=76.13%
G=17.70%
B=6.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185431500.770.920.279.888539.22
HexB92BF04D5C1Ba5527
Octal27153170115134331212547
Binary1011100110101111110100110110111001101110101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92B0F; }

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

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

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

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

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

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

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

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