#B8250B

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

Shades of Harley Davidson Orange #B8250B

Tints of Harley Davidson Orange #B8250B

Color information

#B8250B (or 0xB8250B) is unknown color: approx Harley Davidson Orange. HEX triplet: B8, 25 and 0B. RGB value is (184,37,11). Sum of RGB (Red+Green+Blue) = 184+37+11=232 (30% of max value = 765). Red value is 184 (72.27% from 255 or 79.31% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 11 (4.69% from 255 or 4.74% from 232); Max value from RGB is 184 - color contains mainly: red. Hex color #B8250B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8250B is #47DAF4. Grayscale: #4E4E4E. Windows color (decimal): -4709109 or 730552. OLE color: 730552.

HSL color Cylindrical-coordinate representation of color #B8250B: hue angle of 9.02º 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 #B8250B is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.28.

Color convert

RGB1843711-
CMYK00.800.940.28
HSL9.02º88.72%38.24%-
HSV(B)9.02º94.02%72.16%-
XYZ20.4911.541.46-
YUV77.9990.2203.61-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 79.31%
GREEN value IS 37 (14.84% from 255) = 15.95%
BLUE value IS 11 (4.69% from 255) = 4.74%
R=79.31%
G=15.95%
B=4.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.94
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184371100.800.940.289.0288.7238.24
HexB825B0505E1C95926
Octal27045130120136341113146
Binary1011100010010110110101000010111101110010011011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8250B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8250B; }

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

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

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

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

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

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

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

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