#B92E0C

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

Shades of Harley Davidson Orange #B92E0C

Tints of Harley Davidson Orange #B92E0C

Color information

#B92E0C (or 0xB92E0C) is unknown color: approx Harley Davidson Orange. HEX triplet: B9, 2E and 0C. RGB value is (185,46,12). Sum of RGB (Red+Green+Blue) = 185+46+12=243 (32% of max value = 765). Red value is 185 (72.66% from 255 or 76.13% from 243); Green value is 46 (18.36% from 255 or 18.93% from 243); Blue value is 12 (5.08% from 255 or 4.94% from 243); Max value from RGB is 185 - color contains mainly: red. Hex color #B92E0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92E0C is #46D1F3. Grayscale: #535353. Windows color (decimal): -4641268 or 798393. OLE color: 798393.

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

Color convert

RGB1854612-
CMYK00.750.940.27
HSL11.79º87.82%38.63%-
HSV(B)11.79º93.51%72.55%-
XYZ21.0512.291.61-
YUV83.6887.55200.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 76.13%
GREEN value IS 46 (18.36% from 255) = 18.93%
BLUE value IS 12 (5.08% from 255) = 4.94%
R=76.13%
G=18.93%
B=4.94%

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
Decimal185461200.750.940.2711.7987.8238.63
HexB92EC04B5E1Bc5827
Octal27156140113136331413047
Binary1011100110111011000100101110111101101111001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92E0C; }

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

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

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

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

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

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

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

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