#B83215

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

Shades of Harley Davidson Orange #B83215

Tints of Harley Davidson Orange #B83215

Color information

#B83215 (or 0xB83215) is unknown color: approx Harley Davidson Orange. HEX triplet: B8, 32 and 15. RGB value is (184,50,21). Sum of RGB (Red+Green+Blue) = 184+50+21=255 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.16% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 21 (8.59% from 255 or 8.24% from 255); Max value from RGB is 184 - color contains mainly: red. Hex color #B83215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83215 is #47CDEA. Grayscale: #575757. Windows color (decimal): -4705771 or 1389240. OLE color: 1389240.

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

Color convert

RGB1845021-
CMYK00.730.890.28
HSL10.67º79.51%40.2%-
HSV(B)10.67º88.59%72.16%-
XYZ21.0412.532.02-
YUV86.7690.89197.36-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 72.16%
GREEN value IS 50 (19.92% from 255) = 19.61%
BLUE value IS 21 (8.59% from 255) = 8.24%
R=72.16%
G=19.61%
B=8.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.89
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184502100.730.890.2810.6779.5140.2
HexB83215049591Cb5028
Octal27062250111131341312050
Binary10111000110010101010100100110110011110010111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83215; }

 p { color: rgb(184,50,21); }

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

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

 a { background-color: rgb(184,50,21); }

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

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

 span { border-color: rgb(184,50,21); }

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