#B8280B

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

Shades of Harley Davidson Orange #B8280B

Tints of Harley Davidson Orange #B8280B

Color information

#B8280B (or 0xB8280B) is unknown color: approx Harley Davidson Orange. HEX triplet: B8, 28 and 0B. RGB value is (184,40,11). Sum of RGB (Red+Green+Blue) = 184+40+11=235 (31% of max value = 765). Red value is 184 (72.27% from 255 or 78.30% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 11 (4.69% from 255 or 4.68% from 235); Max value from RGB is 184 - color contains mainly: red. Hex color #B8280B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8280B is #47D7F4. Grayscale: #505050. Windows color (decimal): -4708341 or 731320. OLE color: 731320.

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

Color convert

RGB1844011-
CMYK00.780.940.28
HSL10.06º88.72%38.24%-
HSV(B)10.06º94.02%72.16%-
XYZ20.5911.731.5-
YUV79.7589.21202.36-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 78.30%
GREEN value IS 40 (16.02% from 255) = 17.02%
BLUE value IS 11 (4.69% from 255) = 4.68%
R=78.30%
G=17.02%
B=4.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.94
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184401100.780.940.2810.0688.7238.24
HexB828B04E5E1Ca5926
Octal27050130116136341213146
Binary1011100010100010110100111010111101110010101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8280B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8280B; }

 p { color: rgb(184,40,11); }

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

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

 a { background-color: rgb(184,40,11); }

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

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

 span { border-color: rgb(184,40,11); }

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