#B92E0B

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

Shades of Harley Davidson Orange #B92E0B

Tints of Harley Davidson Orange #B92E0B

Color information

#B92E0B (or 0xB92E0B) is unknown color: approx Harley Davidson Orange. HEX triplet: B9, 2E and 0B. RGB value is (185,46,11). Sum of RGB (Red+Green+Blue) = 185+46+11=242 (32% of max value = 765). Red value is 185 (72.66% from 255 or 76.45% from 242); Green value is 46 (18.36% from 255 or 19.01% from 242); Blue value is 11 (4.69% from 255 or 4.55% from 242); Max value from RGB is 185 - color contains mainly: red. Hex color #B92E0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92E0B is #46D1F4. Grayscale: #535353. Windows color (decimal): -4641269 or 732857. OLE color: 732857.

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

Color convert

RGB1854611-
CMYK00.750.940.27
HSL12.07º88.78%38.43%-
HSV(B)12.07º94.05%72.55%-
XYZ21.0412.291.58-
YUV83.5787.05200.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 76.45%
GREEN value IS 46 (18.36% from 255) = 19.01%
BLUE value IS 11 (4.69% from 255) = 4.55%
R=76.45%
G=19.01%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185461100.750.940.2712.0788.7838.43
HexB92EB04B5E1Bc5926
Octal27156130113136331413146
Binary1011100110111010110100101110111101101111001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92E0B; }

 p { color: rgb(185,46,11); }

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

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

 a { background-color: rgb(185,46,11); }

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

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

 span { border-color: rgb(185,46,11); }

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